diff options
author | Iban Eguia <admin@razican.com> | 2012-06-13 22:57:50 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-06-13 22:57:50 +0200 |
commit | 7400965017f87c3aba18bf75ed7d732359fd577d (patch) | |
tree | 1fc8c4f0b3fd2d25c773bccf946286c68783b38c /system/helpers/date_helper.php | |
parent | feb14dac4e7a417a48344a5188a8ad8074871df4 (diff) |
Fixed some stuff in documentation.
Diffstat (limited to 'system/helpers/date_helper.php')
-rw-r--r-- | system/helpers/date_helper.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 131508f69..a5c46e47b 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -42,8 +42,8 @@ if ( ! function_exists('now')) /** * Get "now" time * - * Returns time() based on the timezone parameter or on the "timezone" - * setting + * Returns time() based on the timezone parameter or on the + * "time_reference" setting * * @param string * @return int |