summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-30 21:10:58 +0100
committerAndrew Dolgov <[email protected]>2005-12-30 21:10:58 +0100
commit9b1424fe9682fe699374bb6752374f830adbd123 (patch)
tree5bc43d9927b950f219d9b7f15728faac48dadb9f /backend.php
parent070d0d2a2ef8b8f1c6e1b646fa7f578733d366d7 (diff)
remove 'under construction' from big browser
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 4b3514254..a7066755d 100644
--- a/backend.php
+++ b/backend.php
@@ -1392,7 +1392,8 @@
if ($line["feed_title"]) {
print "<td class='hlContent'>$content_link</td>";
print "<td class='hlFeed'>
- <a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a>&nbsp;</td>";
+ <a href='javascript:viewfeed($feed_id)'>".
+ $line["feed_title"]."</a>&nbsp;</td>";
} else {
print "<td class='hlContent' valign='middle'>";
@@ -4013,8 +4014,6 @@
return;
}
- print "<div class=\"warning\">Under construction</div>";
-
$result = db_query($link, "SELECT feed_url,count(id) AS subscribers
FROM ttrss_feeds
WHERE auth_login = '' AND auth_pass = '' AND private = false