mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- Bug 1201
git-svn-id: file:///svn/phpbb/trunk@5690 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2b24cdb40f
commit
b2f24f965c
1 changed files with 0 additions and 1 deletions
|
@ -854,7 +854,6 @@ class ucp_groups
|
|||
WHERE ug.user_id = ' . $user->data['user_id'] . '
|
||||
AND g.group_id = ug.group_id
|
||||
AND ug.group_leader = 1
|
||||
GROUP BY g.group_id
|
||||
ORDER BY g.group_type DESC, g.group_name';
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue