mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
Merge remote-tracking branch 'brunoais/ticket/10871' into develop
* brunoais/ticket/10871: [ticket/10871] Delete the unwanted implode
This commit is contained in:
commit
cb02dfda96
1 changed files with 0 additions and 2 deletions
|
@ -268,8 +268,6 @@ class mcp_queue
|
||||||
trigger_error('NOT_MODERATOR');
|
trigger_error('NOT_MODERATOR');
|
||||||
}
|
}
|
||||||
|
|
||||||
$forum_list = implode(', ', $forum_list);
|
|
||||||
|
|
||||||
$sql = 'SELECT SUM(forum_topics) as sum_forum_topics
|
$sql = 'SELECT SUM(forum_topics) as sum_forum_topics
|
||||||
FROM ' . FORUMS_TABLE . '
|
FROM ' . FORUMS_TABLE . '
|
||||||
WHERE ' . $db->sql_in_set('forum_id', $forum_list);
|
WHERE ' . $db->sql_in_set('forum_id', $forum_list);
|
||||||
|
|
Loading…
Add table
Reference in a new issue