summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-07-08 07:56:16 +0000
committerDries Buytaert <dries@buytaert.net>2004-07-08 07:56:16 +0000
commit64b12b4a5651fdd88c651ccc88c3ca1682073022 (patch)
tree39ba27419aa38461e2bea1b3c79f07c9b4951440
parent039c77121a7ef9af981f6619368018d2bc14fd16 (diff)
downloadbrdo-64b12b4a5651fdd88c651ccc88c3ca1682073022.tar.gz
brdo-64b12b4a5651fdd88c651ccc88c3ca1682073022.tar.bz2
- Fixed braino. Reported by Steven.
-rw-r--r--modules/system.module2
-rw-r--r--modules/system/system.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system.module b/modules/system.module
index 5e8ff7e01..4fcc40455 100644
--- a/modules/system.module
+++ b/modules/system.module
@@ -104,7 +104,7 @@ function system_user($type, $edit, &$user, $category = NULL) {
$data[] = array('title' => t('Theme settings'), 'data' => form_item(t('Theme'), "<select name=\"edit[theme]\">$options</select>", t('Selecting a different theme will change the look and feel of the site.')), 'weight' => 2);
}
- if (!variable_get('configurable_timezones', 0)) {
+ if (!variable_get('configurable_timezones', 1)) {
$timestamp = time();
$zonelist = array(-11, -10, -9.5, -9, -8, -7, -6, -5, -4, -3.5, -3, -2, -1, 0, 1, 2, 3, 3.5, 4, 5, 5.5, 5.75, 6, 6.5, 7, 8, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.75, 13, 14);
foreach ($zonelist as $offset) {
diff --git a/modules/system/system.module b/modules/system/system.module
index 5e8ff7e01..4fcc40455 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -104,7 +104,7 @@ function system_user($type, $edit, &$user, $category = NULL) {
$data[] = array('title' => t('Theme settings'), 'data' => form_item(t('Theme'), "<select name=\"edit[theme]\">$options</select>", t('Selecting a different theme will change the look and feel of the site.')), 'weight' => 2);
}
- if (!variable_get('configurable_timezones', 0)) {
+ if (!variable_get('configurable_timezones', 1)) {
$timestamp = time();
$zonelist = array(-11, -10, -9.5, -9, -8, -7, -6, -5, -4, -3.5, -3, -2, -1, 0, 1, 2, 3, 3.5, 4, 5, 5.5, 5.75, 6, 6.5, 7, 8, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.75, 13, 14);
foreach ($zonelist as $offset) {