From: Andrew Dolgov Date: Fri, 30 Dec 2005 20:10:58 +0000 (+0100) Subject: remove 'under construction' from big browser X-Git-Tag: schema_freeze_for_1.1.2~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9b1424fe9682fe699374bb6752374f830adbd123;p=tt-rss.git remove 'under construction' from big browser --- diff --git a/backend.php b/backend.php index 4b351425..a7066755 100644 --- a/backend.php +++ b/backend.php @@ -1392,7 +1392,8 @@ if ($line["feed_title"]) { print "$content_link"; print " - ".$line["feed_title"]." "; + ". + $line["feed_title"]." "; } else { print ""; @@ -4013,8 +4014,6 @@ return; } - print "
Under construction
"; - $result = db_query($link, "SELECT feed_url,count(id) AS subscribers FROM ttrss_feeds WHERE auth_login = '' AND auth_pass = '' AND private = false