mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 12:00:26 +02:00
help day!!!!
it would help to limit the number of rows returned... we are not dolly the sheep. :P git-svn-id: file:///svn/phpbb/trunk@7193 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1272,6 +1272,7 @@ switch ($mode)
|
|||||||
FROM " . USERS_TABLE . " u
|
FROM " . USERS_TABLE . " u
|
||||||
$sql_from
|
$sql_from
|
||||||
WHERE " . $db->sql_in_set('u.user_id', $user_list) . "
|
WHERE " . $db->sql_in_set('u.user_id', $user_list) . "
|
||||||
|
$sql_where
|
||||||
$sql_where_data";
|
$sql_where_data";
|
||||||
$result = $db->sql_query($sql);
|
$result = $db->sql_query($sql);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user