From 2ea09bdef63cd8e968bf537585fa338f773f93ca Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Feb 2013 16:16:04 +0400 Subject: update_daemon_common: purge inactive/not updated feeds --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 72d86e0a7..572720787 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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) { -- cgit v1.2.3