aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/repair_bots.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop/repair_bots.php')
-rw-r--r--phpBB/develop/repair_bots.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/develop/repair_bots.php b/phpBB/develop/repair_bots.php
index c5aaa75d9b..2c6e9ce091 100644
--- a/phpBB/develop/repair_bots.php
+++ b/phpBB/develop/repair_bots.php
@@ -128,7 +128,7 @@ function add_bots($bots)
'user_email' => '',
'user_lang' => $config['default_lang'],
'user_style' => 1,
- 'user_timezone' => 0,
+ 'user_timezone' => 'UTC',
'user_allow_massemail' => 0,
);
@@ -147,5 +147,3 @@ function add_bots($bots)
}
}
}
-
-?> \ No newline at end of file