1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

disable headline cache when searching

This commit is contained in:
Andrew Dolgov
2007-11-21 11:34:06 +01:00
parent 7e8832b3e2
commit 52d7e7da48
4 changed files with 23 additions and 4 deletions

View File

@@ -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);