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

api: add getHeadlines since_id

This commit is contained in:
Andrew Dolgov
2011-09-09 12:11:56 +04:00
parent 9a98fd9bc7
commit 97e5dbb2e7
3 changed files with 14 additions and 5 deletions

View File

@@ -636,7 +636,7 @@
$reply['seq'] = $seq;
$headlines = api_get_headlines($link, $feed_id, 30, $offset,
'', ($feed_id == -4), true, false, "unread", "updated DESC");
'', ($feed_id == -4), true, false, "unread", "updated DESC", 0, 0);
//function api_get_headlines($link, $feed_id, $limit, $offset,
// $filter, $is_cat, $show_excerpt, $show_content, $view_mode) {