attach counters to viewfeed output when subop is not blank

master
Andrew Dolgov 16 years ago
parent e07aec924e
commit e7dd88a215

@ -350,7 +350,7 @@
// print "</counters>"; // print "</counters>";
// } // }
if (get_pref($link, 'COMBINED_DISPLAY_MODE')) { if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) {
if (!$offset) { if (!$offset) {
print "<counters>"; print "<counters>";
getAllCounters($link, $omode, $feed); getAllCounters($link, $omode, $feed);

Loading…
Cancel
Save