summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-19 05:35:50 +0100
committerAndrew Dolgov <[email protected]>2006-09-19 05:35:50 +0100
commit244346e9436bb564abaf968c1579df6d634597ea (patch)
tree41abdf964a27f92b6c5e2429ce59f9f1dd746d09 /mobile
parentfbf831b13ff3746ec410fd2566ded2d7328635f3 (diff)
mobile: hide hidden feeds in headlines mode
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index b629eaeed..ff5610019 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