4
0
Эх сурвалжийг харах

lib_date comment

https://github.com/marienfressinaud/FreshRSS/issues/511
Alexandre Alapetite 12 жил өмнө
parent
commit
a1adac617a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lib/lib_date.php

+ 1 - 1
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);