⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (725 Bytes)
Bug #26779
ยป config_default_patch.txt
Todd Hossack
, 2011-05-12 11:15
12 May 13:17 2011 diff -cl config_default-orig.php config_default.php Page 1
*** config_default-orig.php 2011-05-12 13:15:05.000000000 +1200
--- config_default.php 2011-05-12 13:14:51.000000000 +1200
***************
*** 728,734 ****
! $timeZone = $GLOBALS['TYPO3_CONF_VARS']['phpTimeZone'];
if (empty($timeZone)) {
// time zone from the server environment (TZ env or OS query)
$defaultTimeZone = @date_default_timezone_get();
--- 728,734 ----
! $timeZone = $GLOBALS['TYPO3_CONF_VARS']['SYS']['phpTimeZone'];
if (empty($timeZone)) {
// time zone from the server environment (TZ env or OS query)
$defaultTimeZone = @date_default_timezone_get();
(1-1/1)
Loading...