1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-23 01:47:10 +00:00

digest: support tags

This commit is contained in:
Andrew Dolgov
2010-09-12 14:37:47 +04:00
parent ef1ef3bc29
commit 78ac6caf00
5 changed files with 68 additions and 11 deletions

View File

@@ -984,8 +984,6 @@
if (!$feed_id) $feed_id = -4;
if (!$offset) $offset = 0;
print "<rpc-reply>";
$headlines = api_get_headlines($link, $feed_id, 10, $offset,
@@ -994,6 +992,9 @@
//function api_get_headlines($link, $feed_id, $limit, $offset,
// $filter, $is_cat, $show_excerpt, $show_content, $view_mode) {
print "<headlines-title><![CDATA[" . getFeedTitle($link, $feed_id) .
"]]></headlines-title>";
print "<headlines><![CDATA[" . json_encode($headlines) . "]]></headlines>";
print "</rpc-reply>";