1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-08 08:35:31 +02:00

sir, put your hands up and step away from the extra integers

git-svn-id: file:///svn/phpbb/trunk@7897 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-07-16 22:03:49 +00:00
parent d4a3e6e470
commit 939502b596

View File

@ -1409,6 +1409,10 @@ class user extends session
{
$localised_images = true;
}
// we don't need no steenkin' imageset_ids
unset($row['imageset_id']);
$this->img_array[$row['image_name']] = $row;
}
$db->sql_freeresult($result);