From bdd200633f10f5ea69456dd999968d0fcdcd76d6 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 22 Nov 2006 07:32:00 +1300 Subject: [PATCH] We should use 'true' rather than '1' for readability. --- inc/always.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/always.php b/inc/always.php index 4a2b89ae..0c622c8d 100644 --- a/inc/always.php +++ b/inc/always.php @@ -15,7 +15,7 @@ $c->admin_email = 'andrew@catalyst.net.nz'; $c->system_name = "Really Simple CalDAV Store"; $c->domain_name = $_SERVER['SERVER_NAME']; $c->images = "/images"; -$c->save_time_zone_defs = 1; +$c->save_time_zone_defs = true; $c->stylesheets = array( "/rscds.css" ); $c->collections_always_exist = true; $c->enable_row_linking = true;