aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-06-09 01:47:39 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-06-09 01:47:39 +0000
commitef729558fe2e258592f14b2e873eb584b84b7db1 (patch)
tree4b9d1251210c340333436bbfb8b86be34217c4dc /phpBB/includes/functions.php
parentca9b7bf0d6d86a61cd4bd5dd6ab78d9922059ff7 (diff)
downloadforums-ef729558fe2e258592f14b2e873eb584b84b7db1.tar
forums-ef729558fe2e258592f14b2e873eb584b84b7db1.tar.gz
forums-ef729558fe2e258592f14b2e873eb584b84b7db1.tar.bz2
forums-ef729558fe2e258592f14b2e873eb584b84b7db1.tar.xz
forums-ef729558fe2e258592f14b2e873eb584b84b7db1.zip
Similar problem with the user_timezone field
git-svn-id: file:///svn/phpbb/trunk@443 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 0a45fd1a2e..2a1645a5e0 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -219,7 +219,7 @@ function init_userprefs($userdata)
{
$board_config['default_dateformat'] = $userdata['user_dateformat'];
}
- if(isset($userdata['user_timezone']))
+ if($userdata['user_timezone'])
{
$board_config['default_timezone'] = $userdata['user_timezone'];
}