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);