remove 'under construction' from big browser
This commit is contained in:
parent
070d0d2a2e
commit
9b1424fe96
1 changed files with 2 additions and 3 deletions
|
@ -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> </td>";
|
||||
<a href='javascript:viewfeed($feed_id)'>".
|
||||
$line["feed_title"]."</a> </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
|
||||
|
|
Loading…
Reference in a new issue