mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/prune-users] Move quote to the correct line.
PHPBB3-9622
This commit is contained in:
parent
0f36e15f86
commit
5b48df4168
1 changed files with 2 additions and 2 deletions
|
@ -521,8 +521,8 @@ class acp_prune
|
|||
{
|
||||
$sql = 'SELECT poster_id, COUNT(post_id) AS queue_posts
|
||||
FROM ' . POSTS_TABLE . '
|
||||
WHERE ' . $db->sql_in_set('poster_id', $user_ids, false, true) .
|
||||
' GROUP BY poster_id
|
||||
WHERE ' . $db->sql_in_set('poster_id', $user_ids, false, true) . '
|
||||
GROUP BY poster_id
|
||||
HAVING queue_posts ' . $key_match[$queue_select] . ' ' . $posts_on_queue;
|
||||
$result = $db->sql_query($result);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue