summaryrefslogtreecommitdiffstats
path: root/system/helpers/date_helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/helpers/date_helper.php')
-rw-r--r--system/helpers/date_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php
index 4a0791a43..7bec8079d 100644
--- a/system/helpers/date_helper.php
+++ b/system/helpers/date_helper.php
@@ -745,7 +745,7 @@ if ( ! function_exists('date_range'))
* it doesn't always handle properly timezones, when timestamps are passed
* directly to its constructor. Neither of the following gave proper results:
*
- * new DateTime('<timestamp>')
+ * new DateTime('<timestamp>')
* new DateTime('<timestamp>', '<timezone>')
*
* --- available in PHP 5.3: