mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13713] Get usernames from the data fetched by user_loader class
PHPBB3-13713
This commit is contained in:
@@ -29,7 +29,7 @@ class team extends base_user
|
||||
* Results will be cached in a single file
|
||||
*/
|
||||
$query = $this->db->sql_build_query('SELECT_DISTINCT', [
|
||||
'SELECT' => 'u.username_clean, u.username, u.user_id',
|
||||
'SELECT' => 'u.username_clean, u.user_id',
|
||||
'FROM' => [
|
||||
USERS_TABLE => 'u',
|
||||
USER_GROUP_TABLE => 'ug',
|
||||
|
Reference in New Issue
Block a user