diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-14 23:12:42 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-14 23:12:42 +0000 |
commit | e961c34bffcbdd244a766fa6af2419fdec132372 (patch) | |
tree | 53f493a89e7ab9f0904e8b6c3ccf4335d4536647 | |
parent | 823ca0561508439642d547405662e697d994a4b7 (diff) | |
download | forums-e961c34bffcbdd244a766fa6af2419fdec132372.tar forums-e961c34bffcbdd244a766fa6af2419fdec132372.tar.gz forums-e961c34bffcbdd244a766fa6af2419fdec132372.tar.bz2 forums-e961c34bffcbdd244a766fa6af2419fdec132372.tar.xz forums-e961c34bffcbdd244a766fa6af2419fdec132372.zip |
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
-rw-r--r-- | phpBB/memberlist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 98f3f37d30..93f18e4bf8 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -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); |