mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-13 20:32:11 +02: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
@ -1480,7 +1480,7 @@ switch ($mode)
|
||||
else
|
||||
{
|
||||
$sql_array = array(
|
||||
'SELECT' => '*',
|
||||
'SELECT' => 'u.*',
|
||||
'FROM' => array(
|
||||
USERS_TABLE => 'u'
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user