mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 02:30:29 +02:00
a few changes ;-)
git-svn-id: file:///svn/phpbb/trunk@5934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -131,7 +131,7 @@ switch ($mode)
|
||||
'WHERE' => 'u.user_id IN (' . implode(', ', array_unique(array_merge($admin_id_ary, $mod_id_ary))) . ')
|
||||
AND u.group_id = g.group_id',
|
||||
|
||||
'GROUP_BY' => 'g.group_name ASC, u.username ASC'
|
||||
'ORDER_BY' => 'g.group_name ASC, u.username ASC'
|
||||
));
|
||||
|
||||
$result = $db->sql_query($sql);
|
||||
|
Reference in New Issue
Block a user