From b2414a777f7daad88791a85fdb5d2587975abc3c Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 6 Nov 2011 13:17:07 -0800 Subject: [PATCH] Remove 5.3 notice from lib/Cake/Console/Templates/skel/Config/core timezone comment --- lib/Cake/Console/Templates/skel/Config/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Console/Templates/skel/Config/core.php b/lib/Cake/Console/Templates/skel/Config/core.php index 691b02606..97d26629d 100644 --- a/lib/Cake/Console/Templates/skel/Config/core.php +++ b/lib/Cake/Console/Templates/skel/Config/core.php @@ -225,8 +225,8 @@ Configure::write('Acl.database', 'default'); /** - * If you are on PHP 5.3 uncomment this line and correct your server timezone - * to fix the date & time related errors. + * Uncomment this line and correct your server timezone to fix + * any date & time related errors. */ //date_default_timezone_set('UTC');