]> git.wh0rd.org Git - tt-rss.git/commitdiff
mobile: hide hidden feeds in headlines mode
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 19 Sep 2006 04:35:50 +0000 (05:35 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 19 Sep 2006 04:35:50 +0000 (05:35 +0100)
mobile/functions.php

index b629eaeed131741673076ecefc9dfde18e430d8c..ff561001941c1841174e5e0dd0639abb2777c55a 100644 (file)
                                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