mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
d4a3e6e470
commit
939502b596
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue