diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-15 14:03:02 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-15 14:03:02 +0100 |
commit | 4f553dfe20a3dcb2d384fe30210d85cf4f645de2 (patch) | |
tree | 856d896fe06b930e840241d92643db900e4d6a1a | |
parent | 2139ecdbe882dee32f60de5aec74ec2b8a509b7a (diff) |
Remove a space :)
-rw-r--r-- | system/helpers/date_helper.php | 2 |
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: |