summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-17 06:45:40 +0100
committerAndrew Dolgov <[email protected]>2006-05-17 06:45:40 +0100
commitbeccbed563e607fe7c64c1327e1f6c0681bb51fa (patch)
tree1367dcaac8cf4ab17d3c0a9022255d522af4b908 /backend.php
parent2bf88d9ff6796d13cfa484e1a3d74570163d723e (diff)
more theme-related updates
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
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 "<p>This panel shows feeds subscribed by other users of this system, just in case you are interested in some of them too.</p>";
-
if (!ENABLE_FEED_BROWSER) {
print "Feed browser is administratively disabled.";
return;
@@ -3823,6 +3821,8 @@
return;
}
+ print "<p>This panel shows feeds subscribed by other users of this system, just in case you are interested in some of them too.</p>";
+
$result = db_query($link, "SELECT feed_url,count(id) AS subscribers
FROM ttrss_feeds
WHERE auth_login = '' AND auth_pass = '' AND private = false