oops forgot to include the last change here as well.

This commit is contained in:
Rob Ostensen 2010-04-15 00:18:39 -05:00 committed by Andrew McMillan
parent d5ed5acff3
commit 369f50f281

View File

@ -39,6 +39,7 @@ $c->permission_scan_depth = 2;
$c->expand_pdo_parameters = true; $c->expand_pdo_parameters = true;
$c->home_calendar_name = 'home'; $c->home_calendar_name = 'home';
$c->enable_row_linking = true; $c->enable_row_linking = true;
$c->enable_scheduling = false;
$c->http_auth_mode = 'Basic'; $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->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? // $c->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?