From dd25b0c6cdd9b57058022cb6550150fc387c1672 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Nov 2010 13:38:29 +0300 Subject: viewfeed: only return counters when subop is present --- backend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend.php b/backend.php index d9b44aefa..13e7b934a 100644 --- a/backend.php +++ b/backend.php @@ -387,7 +387,8 @@ if ($_REQUEST["debug"]) $timing_info = print_checkpoint("20", $timing_info); - if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) { + //if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) { + if ($subop) { print ""; -- cgit v1.2.3