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?