diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-13 11:51:50 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-13 11:51:50 +0100 |
commit | ad97736d8249240cba802d33a24b7b11e02488cf (patch) | |
tree | 7029f9febe75d0138aafb09391c9e8edaefc2867 /system/helpers | |
parent | c1cda232d690723db6e704b738c91f84cfc49a9e (diff) |
Remove access description comment
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/date_helper.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index cb15f6df6..ead0d1723 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -702,7 +702,6 @@ if ( ! function_exists('timezones')) * * Returns a list of dates within a specified period. * - * @access public * @param int unix_start UNIX timestamp of period start date * @param int unix_end|days UNIX timestamp of period end date * or interval in days. |