1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:25:55 +00:00

add basic rss support

This commit is contained in:
Andrew Dolgov
2013-05-01 17:38:16 +04:00
parent cd07592c29
commit 04d2f9c831
4 changed files with 138 additions and 6 deletions

View File

@@ -549,7 +549,9 @@
$entry_timestamp = "";
$entry_timestamp = strtotime($item->get_date());
$entry_timestamp = $item->get_date();
_debug("orig date: " . $item->get_date(), $debug_enabled);
if ($entry_timestamp == -1 || !$entry_timestamp || $entry_timestamp > time()) {
$entry_timestamp = time();