diff --git a/config/example-config.php b/config/example-config.php index 6028b5e8..a460e70a 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -392,12 +392,6 @@ $c->admin_email ='calendar-admin@example.com'; */ // $c->domain_name; -/** -* Used as a fallback for the TZID of an event where one is not supplied as part -* of a VEVENT. The local (server) time zone will be used as a default. -*/ -// $c->local_tzid; - /** * Many people want this, but it may be a security issue for you, so it is * disabled by default. If you enable it, then confidential / private events diff --git a/htdocs/always.php b/htdocs/always.php index b7bab117..1bb34414 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -87,7 +87,6 @@ $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? $c->default_locale = 'en'; $c->locale_path = '../locale'; $c->base_url = preg_replace('#/[^/]+\.php.*$#', '', $_SERVER['SCRIPT_NAME']); diff --git a/inc/always.php.in b/inc/always.php.in index 9db7dcd0..dfba7e71 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -87,7 +87,6 @@ $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? $c->default_locale = 'en'; $c->locale_path = '../locale'; $c->base_url = preg_replace('#/[^/]+\.php.*$#', '', $_SERVER['SCRIPT_NAME']);