summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rssfuncs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 77dd3aae2..f1d112979 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -179,6 +179,10 @@
while ($line = db_fetch_assoc($result)) {
$articles_removed += purge_feed($link, $line["id"], 0, false);
+
+ db_query($link, "UPDATE ttrss_feeds SET last_updated = NOW() WHERE
+ id = " . $line["id"]);
+
++$feeds_purged;
}