We should use 'true' rather than '1' for readability.

This commit is contained in:
Andrew McMillan 2006-11-22 07:32:00 +13:00
parent b90381b4fa
commit bdd200633f

View File

@ -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;