summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);