From: Andrew Dolgov Date: Fri, 30 Dec 2005 04:11:48 +0000 (+0100) Subject: add ability to hide feeds from browser (closes #21) X-Git-Tag: schema_freeze_for_1.1.2~39 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e3c99f3b636d5003be417093d00b7b114a655bd1;p=tt-rss.git add ability to hide feeds from browser (closes #21) --- diff --git a/backend.php b/backend.php index d5f3d4bc..4213b866 100644 --- a/backend.php +++ b/backend.php @@ -1531,7 +1531,8 @@ print "

Showing top 50 registered feeds, sorted by popularity:

"; $result = db_query($link, "SELECT feed_url,count(id) AS subscribers - FROM ttrss_feeds WHERE auth_login = '' AND auth_pass = '' + FROM ttrss_feeds + WHERE auth_login = '' AND auth_pass = '' AND private = false GROUP BY feed_url ORDER BY subscribers DESC LIMIT 50"); print "