From 0737b95a56476b79427b613b50ec4979410244bc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 Jan 2009 16:02:47 +0100 Subject: support for ccache updates in catchupArticlesById() --- backend.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 125968515..71a952258 100644 --- a/backend.php +++ b/backend.php @@ -270,6 +270,8 @@ $csync = $_GET["csync"]; $order_by = db_escape_string($_GET["order_by"]); + ccache_update($link, $feed, $_SESSION["uid"]); + set_pref($link, "_DEFAULT_VIEW_MODE", $view_mode); set_pref($link, "_DEFAULT_VIEW_LIMIT", $limit); set_pref($link, "_DEFAULT_VIEW_ORDER_BY", $order_by); @@ -322,7 +324,7 @@ print ""; print ""; - $headlines_unread = getFeedUnread($link, $returned_feed); + $headlines_unread = ccache_find($link, $returned_feed, $_SESSION["uid"]); print ""; printf("", $disable_cache); -- cgit v1.2.3