From d36f560740ee03a7a224058578a88182cb0d3a71 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Nov 2010 09:56:03 +0300 Subject: viewfeed: return counters when subop is present or when in CDM --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend.php') 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 ""; - } */ + } if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info); -- cgit v1.2.3-54-g00ecf