1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 11:39:37 +02:00

[ticket/10871] Delete the unwanted implode

Deleted the implode that had no reason to be there

PHPBB3-10871
This commit is contained in:
Bruno Ais 2012-05-04 20:08:42 +01:00
parent 417caa649a
commit fce0c5d436

View File

@ -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);