summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-16 14:19:24 +0100
committerAndrew Dolgov <[email protected]>2006-08-16 14:19:24 +0100
commit26eb0119a591db451551bb11afe214b23725c8fc (patch)
tree5e808c952d98fe03b35517718454ce3dfe2830af /backend.php
parent318260cc8a4b09403678a1a953fc7d646d3c268d (diff)
use getCategoryUnread in outputFeedList, misc fixes
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php16
1 files changed, 2 insertions, 14 deletions
diff --git a/backend.php b/backend.php
index 428939fe9..583ab658f 100644
--- a/backend.php
+++ b/backend.php
@@ -364,21 +364,9 @@
$ellipsis = "";
}
- if ($cat_id) {
- $cat_id_qpart = "cat_id = '$cat_id'";
- } else {
- $cat_id_qpart = "cat_id IS NULL";
- }
-
- $tmp_result = db_query($link, "SELECT count(int_id) AS unread
- FROM ttrss_user_entries,ttrss_feeds WHERE
- unread = true AND
- feed_id = ttrss_feeds.id AND $cat_id_qpart AND
- ttrss_user_entries.owner_uid = " . $_SESSION["uid"]);
-
- $cat_unread = db_fetch_result($tmp_result, 0, "unread");
-
$cat_id = sprintf("%d", $cat_id);
+
+ $cat_unread = getCategoryUnread($link, $cat_id);
print "<li class=\"feedCat\" id=\"FCAT-$cat_id\">
<a id=\"FCATN-$cat_id\" href=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category</a>