1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 08:21:29 +00:00

mobile: implement WIP pagination for flat feedlist

This commit is contained in:
Andrew Dolgov
2009-12-18 15:19:34 +03:00
parent 78d7a96559
commit 95004daf9d
5 changed files with 39 additions and 15 deletions

View File

@@ -2568,6 +2568,13 @@
}
function getSubscribedFeeds($link) {
$result = db_query($link, "SELECT COUNT(id) AS fn FROM
ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
return db_fetch_result($result, 0, "fn");
}
function getTagCounters($link, $smart_mode = SMART_RPC_COUNTERS) {
if ($smart_mode) {