1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 06:01:28 +00:00

remove feed linking

This commit is contained in:
Andrew Dolgov
2010-11-10 12:05:55 +03:00
parent fe1c99af3a
commit 6e63a7c306
4 changed files with 13 additions and 203 deletions

View File

@@ -52,8 +52,7 @@
AND owner_uid = '$owner_uid') AS unread
FROM ttrss_feeds
WHERE
ttrss_feeds.owner_uid = '$owner_uid' AND
parent_feed IS NULL
ttrss_feeds.owner_uid = '$owner_uid'
ORDER BY $order_by $limit_qpart");
if (!$offset) print '<ul id="home" title="'.__('Home').'" selected="true"
@@ -127,7 +126,6 @@
FROM ttrss_feeds
WHERE
ttrss_feeds.owner_uid = '$owner_uid' AND
parent_feed IS NULL AND
$cat_query
ORDER BY $order_by");