summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-26 16:16:04 +0400
committerAndrew Dolgov <[email protected]>2013-02-26 16:16:04 +0400
commit2ea09bdef63cd8e968bf537585fa338f773f93ca (patch)
treebc068d92fe34367cb42abed8c638dd1595f654d1 /include/functions.php
parent4deb4226559106f732673c048cb4c9e10c9fddf8 (diff)
update_daemon_common: purge inactive/not updated feeds
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
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) {