1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 02:55:55 +00:00

update_daemon_common: purge inactive/not updated feeds

This commit is contained in:
Andrew Dolgov
2013-02-26 16:16:04 +04:00
parent 4deb422655
commit 2ea09bdef6
2 changed files with 30 additions and 0 deletions

View File

@@ -225,6 +225,8 @@
if ($debug) {
_debug("Purged feed $feed_id ($purge_interval): deleted $rows articles");
}
return $rows;
} // function purge_feed
function feed_purge_interval($link, $feed_id) {