summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 09:33:45 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 09:33:45 +0100
commit131f94e4c15ace8924a9023c73c31b4b98cc6a73 (patch)
treeab94c5effd5364a63be4bfb9b2f66ae2022a094c /backend.php
parentf23a2177ec6c440ce3aa4dce109109892efb0b57 (diff)
feeds editor error box is now uid-aware
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
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) {