summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 5e963f1eb..d9b44aefa 100644
--- a/backend.php
+++ b/backend.php
@@ -387,11 +387,11 @@
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("20", $timing_info);
- /* if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop || !$offset) {
+ if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) {
print "<counters><![CDATA[";
print json_encode(getAllCounters($link, $omode, $feed));
print "]]></counters>";
- } */
+ }
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info);