فهرست منبع

lib_date comment

https://github.com/marienfressinaud/FreshRSS/issues/511
Alexandre Alapetite 12 سال پیش
والد
کامیت
1857d2121c
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      lib/lib_date.php

+ 3 - 2
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) {
 function parseDateInterval($dateInterval) {
 	$dateInterval = trim($dateInterval);
 	$dateInterval = trim($dateInterval);