mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15889] Add core.memberlist_modify_memberrow_sql
fix select all on users table PHPBB3-15889
This commit is contained in:
parent
73b709d0ca
commit
afcc713d39
1 changed files with 1 additions and 1 deletions
|
@ -1480,7 +1480,7 @@ switch ($mode)
|
|||
else
|
||||
{
|
||||
$sql_array = array(
|
||||
'SELECT' => '*',
|
||||
'SELECT' => 'u.*',
|
||||
'FROM' => array(
|
||||
USERS_TABLE => 'u'
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue