summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-16 15:07:22 +0100
committerAndrew Dolgov <[email protected]>2009-01-16 15:07:22 +0100
commitad0056a8b2e0179d14e4fd69a3e2406bd414fc53 (patch)
treee1f17f7423d4d4d785550c9181959015e403b8c7 /backend.php
parent37fb651d382a13d299ab3458ff5193011f58596a (diff)
reset counters on frontend catchup requests
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 109c6e586..125968515 100644
--- a/backend.php
+++ b/backend.php
@@ -164,6 +164,8 @@
case "catchupAll":
db_query($link, "UPDATE ttrss_user_entries SET
last_read = NOW(),unread = false WHERE owner_uid = " . $_SESSION["uid"]);
+ ccache_zero_all($link, $_SESSION["uid"]);
+
break;
case "collapse":