From beccbed563e607fe7c64c1327e1f6c0681bb51fa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 May 2006 06:45:40 +0100 Subject: more theme-related updates --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index f34361ae9..fd29da2a9 100644 --- a/backend.php +++ b/backend.php @@ -3750,8 +3750,6 @@ if ($op == "pref-feed-browser") { - print "

This panel shows feeds subscribed by other users of this system, just in case you are interested in some of them too.

"; - if (!ENABLE_FEED_BROWSER) { print "Feed browser is administratively disabled."; return; @@ -3823,6 +3821,8 @@ return; } + print "

This panel shows feeds subscribed by other users of this system, just in case you are interested in some of them too.

"; + $result = db_query($link, "SELECT feed_url,count(id) AS subscribers FROM ttrss_feeds WHERE auth_login = '' AND auth_pass = '' AND private = false -- cgit v1.2.3-54-g00ecf