aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/memberlist.php1
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);