From 131f94e4c15ace8924a9023c73c31b4b98cc6a73 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Nov 2005 09:33:45 +0100 Subject: feeds editor error box is now uid-aware --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 0cc1e1726..e87e07600 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) { -- cgit v1.2.3