From 60718c3b9f6c19d19ceb19e7111ac37d6c197529 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 6 Nov 2011 11:04:19 -0800 Subject: [PATCH] Remove 5.3 notice from Config/core timezone comment --- app/Config/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/core.php b/app/Config/core.php index 691b02606..97d26629d 100644 --- a/app/Config/core.php +++ b/app/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');