mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch '3.1.x'
* 3.1.x: [ticket/14249] Fix online list order
This commit is contained in:
commit
a246cb6414
1 changed files with 1 additions and 1 deletions
|
@ -3624,7 +3624,7 @@ function obtain_users_online_string($online_users, $item_id = 0, $item = 'forum'
|
|||
USERS_TABLE => 'u',
|
||||
),
|
||||
'WHERE' => $db->sql_in_set('u.user_id', $online_users['online_users']),
|
||||
'ORDER BY' => 'u.username_clean ASC',
|
||||
'ORDER_BY' => 'u.username_clean ASC',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue