- removed default timezone setting

This commit is contained in:
Uwe.Tews
2009-10-01 17:09:49 +00:00
parent c55e606278
commit 84a1428bf7
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
10/01/2009
- removed default timezone setting
- reactivated PHP resource for simple PHP templates. Must set allow_php_templates = true to enable
- {PHP} tag can be enabled by allow_php_tag = true

View File

@@ -215,9 +215,6 @@ class Smarty extends Smarty_Internal_TemplateBase {
if (is_callable('mb_internal_encoding')) {
mb_internal_encoding(SMARTY_RESOURCE_CHAR_SET);
}
if (function_exists("date_default_timezone_set")) {
date_default_timezone_set(date_default_timezone_get());
}
$this->start_time = $this->_get_time();
// set exception handler
if (!empty($this->exception_handler))