summaryrefslogtreecommitdiff
path: root/mobile/classic
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-11 15:54:14 +0300
committerAndrew Dolgov <[email protected]>2010-01-11 15:54:14 +0300
commit117335bfcb6de6aaa6e25b53da0706af6ae12130 (patch)
treef56cba5d7085b05bec7672586db41062fbce7087 /mobile/classic
parent4703094553165710eeb19d0cccf4fa7e368fca43 (diff)
obsolete and disable use of ttrss_feeds.hidden
Diffstat (limited to 'mobile/classic')
-rw-r--r--mobile/classic/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile/classic/functions.php b/mobile/classic/functions.php
index e7d14da6f..05409d630 100644
--- a/mobile/classic/functions.php
+++ b/mobile/classic/functions.php
@@ -127,7 +127,6 @@
FROM ttrss_feeds LEFT JOIN ttrss_feed_categories
ON (ttrss_feed_categories.id = cat_id)
WHERE
- ttrss_feeds.hidden = false AND
ttrss_feeds.owner_uid = '$owner_uid' AND parent_feed IS NULL
ORDER BY $order_by_qpart");