From: Andrew Dolgov Date: Wed, 23 Nov 2005 09:50:37 +0000 (+0100) Subject: move update error warning box X-Git-Tag: schema_feature_freeze_for_1.1~127 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4904f84564c1f4b13ef9cf58f7875a01936d53d4;p=tt-rss.git move update error warning box --- diff --git a/backend.php b/backend.php index 8987f627..fa032d0f 100644 --- a/backend.php +++ b/backend.php @@ -1088,27 +1088,6 @@ } } - $result = db_query($link, "SELECT id,title,feed_url,last_error - FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]); - - if (db_num_rows($result) > 0) { - - print "
"; - - print "Feeds with update errors:"; - - print ""; - print "
"; - - } - if (get_pref($link, 'ENABLE_FEED_CATS')) { // print "

Categories

"; @@ -1202,6 +1181,27 @@ print "

"; + $result = db_query($link, "SELECT id,title,feed_url,last_error + FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]); + + if (db_num_rows($result) > 0) { + + print "

"; + + print "Feeds with update errors:"; + + print ""; + print "
"; + + } + print "