1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:05:56 +00:00

clear_feed, purge_feed: update ccache

This commit is contained in:
Andrew Dolgov
2009-01-17 17:11:53 +01:00
parent ddc34b9b6e
commit ced46404c7

View File

@@ -201,6 +201,8 @@
}
ccache_update($link, $feed_id, $owner_uid);
if ($debug) {
_debug("Purged feed $feed_id ($purge_interval): deleted $rows articles");
}
@@ -5623,6 +5625,8 @@
$result = db_query($link, "DELETE FROM ttrss_entries WHERE
(SELECT COUNT(int_id) FROM ttrss_user_entries WHERE ref_id = id) = 0");
ccache_update($link, $id, $_SESSION['uid']);
} // function clear_feed_articles
/**