summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-21 09:23:34 +0100
committerAndrew Dolgov <[email protected]>2007-11-21 09:23:34 +0100
commite19c1824e9c404814d0c573b7167ab0d8128f343 (patch)
tree9ea468ab134c9cfb522f947b8433407806cd27b0 /backend.php
parent1a9b5b84a758bb61bbc217429c2afd7c612bd077 (diff)
add experimental headline caching
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 482b46feb..826a1ed92 100644
--- a/backend.php
+++ b/backend.php
@@ -231,6 +231,10 @@
print "<headlines-count value=\"$headlines_count\"/>";
+ $headlines_unread = getFeedUnread($link, $feed);
+
+ print "<headlines-unread value=\"$headlines_unread\"/>";
+
if ($_GET["debug"]) $timing_info = print_checkpoint("10", $timing_info);
if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) {