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

display article labels in headlines buffer

This commit is contained in:
Andrew Dolgov
2009-01-18 14:54:40 +01:00
parent 814bff6649
commit e2549229e1
6 changed files with 40 additions and 26 deletions

View File

@@ -457,17 +457,7 @@
}
}
print "<rpc-reply><counters>";
if ($label) {
getGlobalCounters($link);
getLabelCounters($link);
if (get_pref($link, 'ENABLE_FEED_CATS')) {
getCategoryCounters($link);
}
}
print "</counters></rpc-reply>";
print "<rpc-reply>OK</rpc-reply>";
return;
}