From: Andrew Dolgov Date: Tue, 3 Jun 2008 08:18:08 +0000 (+0100) Subject: view: output counters only when called in prefetch mode AND when csync is enabled X-Git-Tag: 1.2.24~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3908a1af90b7b3647f712e3f30eb4f38cf7e5fed;p=tt-rss.git view: output counters only when called in prefetch mode AND when csync is enabled --- diff --git a/backend.php b/backend.php index 9dfc3b98..97ce7b11 100644 --- a/backend.php +++ b/backend.php @@ -212,7 +212,7 @@ } } - if ($mode == "prefetch" || $csync) { + if ($mode == "prefetch" && $csync) { print ""; getAllCounters($link, $omode); print "";