BUG 6735 Support time_zone setting in env.ini

This commit is contained in:
Alexandre Rosenfeld
2011-06-01 10:50:04 -04:00
parent 38fb71335c
commit bfb67420a0
4 changed files with 8 additions and 6 deletions

View File

@@ -40,6 +40,8 @@ $startingTime = array_sum(explode(' ',microtime()));
define ('DEBUG_SQL_LOG', $config['debug_sql'] );
define ('DEBUG_TIME_LOG', $config['debug_time'] );
define ('DEBUG_CALENDAR_LOG', $config['debug_calendar'] );
define ('TIME_ZONE', $config['time_zone']);
//*** process the $_POST with magic_quotes enabled
function strip_slashes(&$vVar) {