1
0
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:
3D-I 2018-11-30 09:11:35 +01:00
parent 73b709d0ca
commit afcc713d39

View File

@ -1480,7 +1480,7 @@ switch ($mode)
else
{
$sql_array = array(
'SELECT' => '*',
'SELECT' => 'u.*',
'FROM' => array(
USERS_TABLE => 'u'
),