From 81787bbf9840a7f43bd40ecca00834b5b078eb31 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 30 Aug 2011 19:41:27 +0400 Subject: [PATCH] viewfeed: do not return sync counters on subop --- backend.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.39.5