summaryrefslogtreecommitdiffstats
path: root/system/helpers/date_helper.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-13 11:51:50 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-13 11:51:50 +0100
commitad97736d8249240cba802d33a24b7b11e02488cf (patch)
tree7029f9febe75d0138aafb09391c9e8edaefc2867 /system/helpers/date_helper.php
parentc1cda232d690723db6e704b738c91f84cfc49a9e (diff)
Remove access description comment
Diffstat (limited to 'system/helpers/date_helper.php')
-rw-r--r--system/helpers/date_helper.php1
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.