Browse Source

Remove 5.3 notice from Config/core timezone comment

Kyle Robinson Young 14 years ago
parent
commit
60718c3b9f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Config/core.php

+ 2 - 2
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');