mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
ok, sorry for this. :/
- cleaned up table names/constants git-svn-id: file:///svn/phpbb/trunk@6021 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -351,7 +351,7 @@ class custom_profile
|
||||
}
|
||||
|
||||
$sql = 'SELECT *
|
||||
FROM ' . PROFILE_DATA_TABLE . '
|
||||
FROM ' . PROFILE_FIELDS_DATA_TABLE . '
|
||||
WHERE user_id IN (' . implode(', ', array_map('intval', $user_id)) . ')';
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
|
Reference in New Issue
Block a user