From 369f50f281c872d32df49c6267a6eafd5b755e91 Mon Sep 17 00:00:00 2001 From: Rob Ostensen Date: Thu, 15 Apr 2010 00:18:39 -0500 Subject: [PATCH] oops forgot to include the last change here as well. --- inc/always.php.in | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/always.php.in b/inc/always.php.in index 8b1d237e..e3724057 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -39,6 +39,7 @@ $c->permission_scan_depth = 2; $c->expand_pdo_parameters = true; $c->home_calendar_name = 'home'; $c->enable_row_linking = true; +$c->enable_scheduling = false; $c->http_auth_mode = 'Basic'; // $c->default_locale = array('es_MX', 'es_AR', 'es', 'pt'); // An array of locales to try, or just a single locale // $c->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?