Skip to content

Commit

Permalink
[ticket/10871] Delete the unwanted implode
Browse files Browse the repository at this point in the history
Deleted the implode that had no reason to be there

PHPBB3-10871
  • Loading branch information
brunoais committed May 4, 2012
1 parent 417caa6 commit fce0c5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpBB/includes/mcp/mcp_queue.php
Expand Up @@ -268,8 +268,6 @@ function main($id, $mode)
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);
Expand Down

0 comments on commit fce0c5d

Please sign in to comment.