1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-25 05:57:13 +00:00

obsolete and disable use of ttrss_feeds.hidden

This commit is contained in:
Andrew Dolgov
2010-01-11 15:54:14 +03:00
parent 4703094553
commit 117335bfcb
5 changed files with 8 additions and 61 deletions

View File

@@ -651,7 +651,7 @@
print "<feeds>";
$result = db_query($link, "SELECT id, title, cat_id FROM
ttrss_feeds WHERE hidden = false AND owner_uid = ".$_SESSION["uid"]);
ttrss_feeds WHERE owner_uid = ".$_SESSION["uid"]);
while ($line = db_fetch_assoc($result)) {
@@ -749,7 +749,6 @@
feed_id,content,updated,unread,marked FROM
ttrss_user_entries,ttrss_entries,ttrss_feeds
WHERE $unread_qpart $cid_qpart $date_qpart
hidden = false AND
ttrss_feeds.id = feed_id AND
ref_id = ttrss_entries.id AND
ttrss_user_entries.owner_uid = ".$_SESSION["uid"]."