summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-21 20:05:26 +0000
committerDries Buytaert <dries@buytaert.net>2011-02-21 20:05:26 +0000
commitfaa920f9e66a61bb1c8b79e585e3f5cd1cda16da (patch)
treed8356cc7eddd0ed9201bc64b2c38c0d7d1fc7a27 /modules
parentb20486762f496d3f5b3bd7b6148f80ffddb36fce (diff)
downloadbrdo-faa920f9e66a61bb1c8b79e585e3f5cd1cda16da.tar.gz
brdo-faa920f9e66a61bb1c8b79e585e3f5cd1cda16da.tar.bz2
- Patch #1006838 by coltrane: upgrade to 7 glaring timezone invalid notice.
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/tests/upgrade/drupal-6.bare.database.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/tests/upgrade/drupal-6.bare.database.php b/modules/simpletest/tests/upgrade/drupal-6.bare.database.php
index 7e78e1b99..9188fdab3 100644
--- a/modules/simpletest/tests/upgrade/drupal-6.bare.database.php
+++ b/modules/simpletest/tests/upgrade/drupal-6.bare.database.php
@@ -7902,7 +7902,7 @@ db_insert('users')->fields(array(
'access' => '0',
'login' => '0',
'status' => '0',
- 'timezone' => NULL,
+ 'timezone' => '-21600',
'language' => '',
'picture' => '',
'init' => '',
@@ -7923,7 +7923,7 @@ db_insert('users')->fields(array(
'access' => '1277671612',
'login' => '1277671612',
'status' => '1',
- 'timezone' => NULL,
+ 'timezone' => '-21600',
'language' => '',
'picture' => '',
'init' => 'admin@example.com',