mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8496 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ab262bb990
commit
55dd222029
1 changed files with 1 additions and 1 deletions
|
@ -1156,7 +1156,7 @@ class acp_permissions
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not ideal, due to the filesort, non-use of indexes, etc.
|
// Not ideal, due to the filesort, non-use of indexes, etc.
|
||||||
$sql = 'SELECT DISTINCT u.user_id, u.username
|
$sql = 'SELECT DISTINCT u.user_id, u.username, u.username_clean, u.user_regdate
|
||||||
FROM ' . USERS_TABLE . ' u, ' . ACL_USERS_TABLE . " a
|
FROM ' . USERS_TABLE . ' u, ' . ACL_USERS_TABLE . " a
|
||||||
WHERE u.user_id = a.user_id
|
WHERE u.user_id = a.user_id
|
||||||
$sql_forum_id
|
$sql_forum_id
|
||||||
|
|
Loading…
Add table
Reference in a new issue