mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/15914] fix sql line
PHPBB3-15914
This commit is contained in:
@@ -524,7 +524,7 @@ switch ($mode)
|
||||
|
||||
// Do the SQL thang
|
||||
$sql_ary = [
|
||||
'SELECT' => 'g.group_id, g.group_name, g.group_type, g.group_rank, ug.user_id',
|
||||
'SELECT' => 'g.group_id, g.group_name, g.group_type, ug.user_id',
|
||||
|
||||
'FROM' => [
|
||||
GROUPS_TABLE => 'g',
|
||||
|
Reference in New Issue
Block a user