mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix a regression from r9075
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9156 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
83839139e6
commit
41ad04c155
1 changed files with 1 additions and 1 deletions
|
@ -1306,7 +1306,7 @@ switch ($mode)
|
|||
|
||||
if (!$config['coppa_enable'])
|
||||
{
|
||||
$sql .= " WHERE group_name <> 'REGISTERED_COPPA'";
|
||||
$sql .= " AND g.group_name <> 'REGISTERED_COPPA'";
|
||||
}
|
||||
|
||||
$sql .= ' ORDER BY g.group_name ASC';
|
||||
|
|
Loading…
Add table
Reference in a new issue