From 117335bfcb6de6aaa6e25b53da0706af6ae12130 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Jan 2010 15:54:14 +0300 Subject: obsolete and disable use of ttrss_feeds.hidden --- mobile/classic/functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mobile/classic') 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"); -- cgit v1.2.3