summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-30 19:41:27 +0400
committerAndrew Dolgov <[email protected]>2011-08-30 19:41:27 +0400
commit81787bbf9840a7f43bd40ecca00834b5b078eb31 (patch)
tree9d06363a7e9f7d5c828684d37a93210e7fc96238 /backend.php
parent0e2d03a74ec533078beb775e84f163985053ed40 (diff)
viewfeed: do not return sync counters on subop
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 9519fea43..cef42bb70 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);