mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Similar problem with the user_timezone field
git-svn-id: file:///svn/phpbb/trunk@443 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ca9b7bf0d6
commit
ef729558fe
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue