aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_date.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-06-01 14:55:03 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-06-01 14:55:03 +0200
commita1adac617a475ba17be0623c1bde34681852b734 (patch)
tree512e02a58678d8ece9187cc4a16c89ca0b163b83 /lib/lib_date.php
parentecac55d3d36dbb0af1c8b5d190972adebee42434 (diff)
lib_date comment
https://github.com/marienfressinaud/FreshRSS/issues/511
Diffstat (limited to 'lib/lib_date.php')
-rw-r--r--lib/lib_date.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_date.php b/lib/lib_date.php
index ab7975852..e8c8c9fac 100644
--- a/lib/lib_date.php
+++ b/lib/lib_date.php
@@ -82,7 +82,7 @@ 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.
+ * 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);