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