mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15914] fix sql line
PHPBB3-15914
This commit is contained in:
parent
cc49d8f325
commit
349ab42fdc
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ switch ($mode)
|
||||||
|
|
||||||
// Do the SQL thang
|
// Do the SQL thang
|
||||||
$sql_ary = [
|
$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' => [
|
'FROM' => [
|
||||||
GROUPS_TABLE => 'g',
|
GROUPS_TABLE => 'g',
|
||||||
|
|
Loading…
Add table
Reference in a new issue