aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-06-01 14:56:50 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-06-01 14:56:50 +0200
commit1857d2121c5a606080fe48f3a05024d9457f47f8 (patch)
tree75ae7736019ed8cc07997a564ae492b791d9a389 /lib
parenta1adac617a475ba17be0623c1bde34681852b734 (diff)
lib_date comment
https://github.com/marienfressinaud/FreshRSS/issues/511
Diffstat (limited to 'lib')
-rw-r--r--lib/lib_date.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/lib_date.php b/lib/lib_date.php
index e8c8c9fac..9533711e3 100644
--- a/lib/lib_date.php
+++ b/lib/lib_date.php
@@ -81,8 +81,9 @@ function _dateRelative($d1, $d2) {
}
/**
- * Parameter $dateInterval is a string containing an ISO 8601 time intervals.
- * Returns an array with the minimum and maximum Unix timestamp of this interval, or null if open interval, or false if error.
+ * Parameter $dateInterval is a string containing an ISO 8601 time interval.
+ * Returns an array with the minimum and maximum Unix timestamp of this interval,
+ * or null if open interval, or false if error.
*/
function parseDateInterval($dateInterval) {
$dateInterval = trim($dateInterval);