mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/new-tz-handling] Remove appearances of board_dst and user_dst
PHPBB3-9558
This commit is contained in:
@@ -1884,7 +1884,7 @@ function add_bots()
|
||||
'user_email' => '',
|
||||
'user_lang' => $config['default_lang'],
|
||||
'user_style' => 1,
|
||||
'user_timezone' => 0,
|
||||
'user_timezone' => 'UTC',
|
||||
'user_allow_massemail' => 0,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user