diff --git a/backend.php b/backend.php index 8987f627c..fa032d0fb 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 "