aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index ddebf5124c..97d709163a 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1480,7 +1480,7 @@ switch ($mode)
else
{
$sql_array = array(
- 'SELECT' => '*',
+ 'SELECT' => 'u.*',
'FROM' => array(
USERS_TABLE => 'u'
),