From: Andrew Dolgov Date: Tue, 30 Aug 2011 15:41:27 +0000 (+0400) Subject: viewfeed: do not return sync counters on subop X-Git-Tag: 1.5.6~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=81787bbf9840a7f43bd40ecca00834b5b078eb31;p=tt-rss.git viewfeed: do not return sync counters on subop --- diff --git a/backend.php b/backend.php index 9519fea4..cef42bb7 100644 --- a/backend.php +++ b/backend.php @@ -394,9 +394,9 @@ $reply['articles'] = $articles; } - if ($subop) { - $reply['counters'] = getAllCounters($link, $omode, $feed); - } +// if ($subop) { +// $reply['counters'] = getAllCounters($link, $omode, $feed); +// } if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info);