summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 09:56:03 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 09:56:07 +0300
commitd36f560740ee03a7a224058578a88182cb0d3a71 (patch)
tree4d6195b430348e00bcaf146e94c4c39bfa3e532d /backend.php
parent96811a55e61ec9360782b24c9e630a61666618db (diff)
viewfeed: return counters when subop is present or when in CDM
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);