1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/new-tz-handling] Remove appearances of board_dst and user_dst

PHPBB3-9558
This commit is contained in:
Joas Schilling
2012-06-04 23:28:48 +02:00
parent 963d4afc2c
commit 3c6272ff04
11 changed files with 7 additions and 17 deletions

View File

@@ -1971,7 +1971,7 @@ function change_database_data(&$no_updates, $version)
'user_email' => '',
'user_lang' => $config['default_lang'],
'user_style' => $config['default_style'],
'user_timezone' => 0,
'user_timezone' => 'UTC',
'user_dateformat' => $config['default_dateformat'],
'user_allow_massemail' => 0,
);