1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Minor change to var in user_prefs

git-svn-id: file:///svn/phpbb/trunk@215 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-29 20:18:22 +00:00
parent bec72db2be
commit 6e54257d30

View File

@@ -228,7 +228,7 @@ function init_userprefs($userdata)
global $default_lang, $date_format, $sys_timezone;
global $theme;
if(!$override_user_theme)
if(!$override_user_themes)
{
if($userdata['user_id'] != ANONYMOUS || $userdata['user_id'] != DELETED)
{