1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

update title of active feed in feedlist on the fly

This commit is contained in:
Andrew Dolgov
2007-08-25 08:38:18 +01:00
parent c2f8aac431
commit 4ffa126ec3
3 changed files with 17 additions and 6 deletions

View File

@@ -244,7 +244,7 @@
if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info);
print "<counters>";
getAllCounters($link, $omode);
getAllCounters($link, $omode, $feed);
print "</counters>";
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);