aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-04-30 22:05:17 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-04-30 22:05:17 +0000
commitab4630de009c34cdcba946c780a6db231a42d7ed (patch)
tree9937fb657bb185d3375c8529e1a7c9813dec5061 /phpBB/develop
parente3db0b78b01111bf05122d4fee79e78d219f93ff (diff)
downloadforums-ab4630de009c34cdcba946c780a6db231a42d7ed.tar
forums-ab4630de009c34cdcba946c780a6db231a42d7ed.tar.gz
forums-ab4630de009c34cdcba946c780a6db231a42d7ed.tar.bz2
forums-ab4630de009c34cdcba946c780a6db231a42d7ed.tar.xz
forums-ab4630de009c34cdcba946c780a6db231a42d7ed.zip
Yah know: this is not supported
#10347 git-svn-id: file:///svn/phpbb/trunk@7443 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rwxr-xr-xphpBB/develop/adjust_avatars.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/adjust_avatars.php b/phpBB/develop/adjust_avatars.php
index 87514166ff..f2d46e9a52 100755
--- a/phpBB/develop/adjust_avatars.php
+++ b/phpBB/develop/adjust_avatars.php
@@ -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);