summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-21 11:34:06 +0100
committerAndrew Dolgov <[email protected]>2007-11-21 11:34:06 +0100
commit52d7e7da486d77b2e4dbd0cdfe29fd790c920be4 (patch)
tree45f3fd506f516b57e5a3c4bdd26dac8ee25051b4 /backend.php
parent7e8832b3e210139b247150831b22bda5c345d06d (diff)
disable headline cache when searching
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 02b52e68a..d68ede30a 100644
--- a/backend.php
+++ b/backend.php
@@ -227,6 +227,7 @@
$topmost_article_ids = $ret[0];
$headlines_count = $ret[1];
$returned_feed = $ret[2];
+ $disable_cache = $ret[3];
print "]]></headlines>";
@@ -235,6 +236,7 @@
$headlines_unread = getFeedUnread($link, $returned_feed);
print "<headlines-unread value=\"$headlines_unread\"/>";
+ printf("<disable-cache value=\"%d\"/>", $disable_cache);
if ($_GET["debug"]) $timing_info = print_checkpoint("10", $timing_info);