mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Yah know: this is not supported
#10347 git-svn-id: file:///svn/phpbb/trunk@7443 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e3db0b78b0
commit
ab4630de00
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ $db->sql_freeresult($result);
|
|||
$sql = 'SELECT user_id, username, user_avatar, user_avatar_type
|
||||
FROM ' . USERS_TABLE . '
|
||||
WHERE user_avatar_type = ' . AVATAR_UPLOAD . '
|
||||
AND ' . $db->sql_in_set('user_avatar', $group_avatars, true);
|
||||
AND ' . $db->sql_in_set('user_avatar', $group_avatars, true, true);
|
||||
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue