From: Andrew Dolgov Date: Sat, 17 Jan 2009 06:16:07 +0000 (+0100) Subject: viewfeed: only include counters when in CDM mode X-Git-Tag: 1.3.0~134 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0bdec4560ef0c846adacb4877557825f50d26363;p=tt-rss.git viewfeed: only include counters when in CDM mode --- diff --git a/backend.php b/backend.php index 08269b3c..c2efc73d 100644 --- a/backend.php +++ b/backend.php @@ -343,10 +343,16 @@ // if (get_pref($link, "SYNC_COUNTERS") || // time() - $_SESSION["get_all_counters_stamp"] > $viewfeed_ctr_interval) { +// print ""; +// getAllCounters($link, $omode, $feed); +// print ""; +// } + + if (get_pref($link, 'COMBINED_DISPLAY_MODE')) { print ""; getAllCounters($link, $omode, $feed); print ""; -// } + } if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);