updated and optimized setting files; updated db changelog

This commit is contained in:
following
2013-03-15 10:25:44 +01:00
parent 69abeb673c
commit 8287bb9ef8
7 changed files with 64 additions and 110 deletions

View File

@ -225,7 +225,7 @@ function set_timezone()
{
global $opt;
date_default_timezone_set($opt['locale'][$opt['template']['locale']]['timezone']);
date_default_timezone_set($opt['php']['timezone']);
}
function fix_magic_quotes_gpc()