From: Andrew Dolgov Date: Sat, 19 Nov 2005 08:33:45 +0000 (+0100) Subject: feeds editor error box is now uid-aware X-Git-Tag: schema_feature_freeze_for_1.1~199 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=131f94e4c15ace8924a9023c73c31b4b98cc6a73;p=tt-rss.git feeds editor error box is now uid-aware --- diff --git a/backend.php b/backend.php index 0cc1e172..e87e0760 100644 --- a/backend.php +++ b/backend.php @@ -951,7 +951,7 @@ } $result = db_query($link, "SELECT id,title,feed_url,last_error - FROM ttrss_feeds WHERE last_error != ''"); + FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]); if (db_num_rows($result) > 0) {