aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-05-04 21:28:16 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-05-04 21:28:16 +0200
commitcb02dfda9639f98ea5ddf85203e028b01e87eee8 (patch)
tree7b04584ba65221efd531794d079cd61ee8fa357e /phpBB/includes/mcp
parent859c3ca7d585c6d42254815f7146faf85c939a39 (diff)
parentfce0c5d436f7a2b3b8b39128b607e0e9d81018ea (diff)
downloadforums-cb02dfda9639f98ea5ddf85203e028b01e87eee8.tar
forums-cb02dfda9639f98ea5ddf85203e028b01e87eee8.tar.gz
forums-cb02dfda9639f98ea5ddf85203e028b01e87eee8.tar.bz2
forums-cb02dfda9639f98ea5ddf85203e028b01e87eee8.tar.xz
forums-cb02dfda9639f98ea5ddf85203e028b01e87eee8.zip
Merge remote-tracking branch 'brunoais/ticket/10871' into develop
* brunoais/ticket/10871: [ticket/10871] Delete the unwanted implode
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r--phpBB/includes/mcp/mcp_queue.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php
index 59fa8b7263..4d720a435c 100644
--- a/phpBB/includes/mcp/mcp_queue.php
+++ b/phpBB/includes/mcp/mcp_queue.php
@@ -268,8 +268,6 @@ class mcp_queue
trigger_error('NOT_MODERATOR');
}
- $forum_list = implode(', ', $forum_list);
-
$sql = 'SELECT SUM(forum_topics) as sum_forum_topics
FROM ' . FORUMS_TABLE . '
WHERE ' . $db->sql_in_set('forum_id', $forum_list);