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

piggy-back counters to view reply

This commit is contained in:
Andrew Dolgov
2007-05-15 06:41:48 +01:00
parent fed4387da1
commit 5a94a953ea
2 changed files with 21 additions and 1 deletions

View File

@@ -301,6 +301,7 @@
$feed_id = db_escape_string($_GET["feed"]);
$cids = split(",", db_escape_string($_GET["cids"]));
$mode = db_escape_string($_GET["mode"]);
$omode = db_escape_string($_GET["omode"]);
print "<reply>";
@@ -319,6 +320,10 @@
}
}
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";
print "</reply>";
}