mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 12:52:08 +02:00
[ticket/15914] fix sql line
PHPBB3-15914
This commit is contained in:
parent
cc49d8f325
commit
349ab42fdc
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user