mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00: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:
parent
823ca05615
commit
e961c34bff
1 changed files with 1 additions and 0 deletions
|
@ -1272,6 +1272,7 @@ switch ($mode)
|
|||
FROM " . USERS_TABLE . " u
|
||||
$sql_from
|
||||
WHERE " . $db->sql_in_set('u.user_id', $user_list) . "
|
||||
$sql_where
|
||||
$sql_where_data";
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue