mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15889] Add core.memberlist_modify_memberrow_sql
fix select all on users table PHPBB3-15889
This commit is contained in:
@@ -1480,7 +1480,7 @@ switch ($mode)
|
||||
else
|
||||
{
|
||||
$sql_array = array(
|
||||
'SELECT' => '*',
|
||||
'SELECT' => 'u.*',
|
||||
'FROM' => array(
|
||||
USERS_TABLE => 'u'
|
||||
),
|
||||
|
Reference in New Issue
Block a user