From 0bdec4560ef0c846adacb4877557825f50d26363 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 07:16:07 +0100 Subject: [PATCH] viewfeed: only include counters when in CDM mode --- backend.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 08269b3c7..c2efc73d6 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);