aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index 9fc1374839..f1663382eb 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1301,7 +1301,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';