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:
parent
417caa649a
commit
fce0c5d436
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user