mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6492 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1418beacfd
commit
15ec1c443f
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ $sql = $db->sql_build_query('SELECT_DISTINCT', array(
|
|||
AND z.friend = 1
|
||||
AND u.user_id = z.zebra_id',
|
||||
|
||||
'GROUP_BY' => 'z.zebra_id, u.user_id, u.username, u.user_allow_viewonline',
|
||||
'GROUP_BY' => 'z.zebra_id, u.user_id, u.username, u.user_allow_viewonline, u.user_colour',
|
||||
|
||||
'ORDER_BY' => 'u.username ASC',
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue