1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 19:11:33 +00:00

more digest page improvements

This commit is contained in:
Andrew Dolgov
2010-09-10 13:59:21 +04:00
parent 432c64cace
commit 118e9399b7
4 changed files with 135 additions and 15 deletions

View File

@@ -989,7 +989,7 @@
print "<rpc-reply>";
$headlines = api_get_headlines($link, $feed_id, 10, $offset,
'', ($feed_id == -4), true, false, "unread", "updated DESC");
'', ($feed_id == -4), true, true, "unread", "updated DESC");
//function api_get_headlines($link, $feed_id, $limit, $offset,
// $filter, $is_cat, $show_excerpt, $show_content, $view_mode) {