From: Andrew Dolgov Date: Tue, 19 Sep 2006 04:35:50 +0000 (+0100) Subject: mobile: hide hidden feeds in headlines mode X-Git-Tag: 1.2.3~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=244346e9436bb564abaf968c1579df6d634597ea;p=tt-rss.git mobile: hide hidden feeds in headlines mode --- diff --git a/mobile/functions.php b/mobile/functions.php index b629eaee..ff561001 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -525,6 +525,7 @@ FROM ttrss_entries,ttrss_user_entries,ttrss_feeds WHERE + ttrss_feeds.hidden = false AND ttrss_user_entries.feed_id = ttrss_feeds.id AND ttrss_user_entries.ref_id = ttrss_entries.id AND ttrss_user_entries.owner_uid = '".$_SESSION["uid"]."' AND