1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

Moan moan moan ... here you are then, avatar gallery selection on leaving gallery :)

git-svn-id: file:///svn/phpbb/trunk@1876 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-01-14 23:34:54 +00:00
parent 24ab3618a6
commit a95ee894af

View File

@@ -535,6 +535,8 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
$user_lang = stripslashes($user_lang);
$user_dateformat = stripslashes($user_dateformat);
$user_avatar = $user_avatar_local;
$user_avatar_type = USER_AVATAR_GALLERY;
}
}