From: Andrew Dolgov Date: Mon, 28 Mar 2011 08:34:39 +0000 (+0400) Subject: update feeds with errors dialog X-Git-Tag: 1.5.3~103 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a4cd9d58ff94d6603cdd5e36870e26fdfe40ca5e;p=tt-rss.git update feeds with errors dialog --- diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 2046d9a3..e9c553f9 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -544,14 +544,19 @@ print __("These feeds have not been updated because of errors:"); - $result = db_query($link, "SELECT id,title,feed_url,last_error + $result = db_query($link, "SELECT id,title,feed_url,last_error,site_url FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]); print "";