From 6e54257d3082f8f824657e4d9c422736d3923292 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 29 Apr 2001 20:18:22 +0000 Subject: [PATCH] Minor change to var in user_prefs git-svn-id: file:///svn/phpbb/trunk@215 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 5970854aa6..b6d610ce05 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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) {