1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 16:51:28 +00:00

more theme-related updates

This commit is contained in:
Andrew Dolgov
2006-05-17 06:45:40 +01:00
parent 2bf88d9ff6
commit beccbed563
2 changed files with 11 additions and 46 deletions

View File

@@ -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