1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 07:21:28 +00:00

viewfeed: return counters when subop is present or when in CDM

This commit is contained in:
Andrew Dolgov
2010-11-11 09:56:03 +03:00
parent 96811a55e6
commit d36f560740
3 changed files with 8 additions and 5 deletions

View File

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