mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02: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:
@@ -219,7 +219,7 @@ function init_userprefs($userdata)
|
|||||||
{
|
{
|
||||||
$board_config['default_dateformat'] = $userdata['user_dateformat'];
|
$board_config['default_dateformat'] = $userdata['user_dateformat'];
|
||||||
}
|
}
|
||||||
if(isset($userdata['user_timezone']))
|
if($userdata['user_timezone'])
|
||||||
{
|
{
|
||||||
$board_config['default_timezone'] = $userdata['user_timezone'];
|
$board_config['default_timezone'] = $userdata['user_timezone'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user