summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 14:46:55 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 14:46:55 +0100
commitbc15240d8108842df7cdca1d280f27a9fd9c3335 (patch)
tree80d850775facc5543b4e84810bf1d2be9aa8c561 /opml.php
parent30fedeea61f9e6b12c671f08217b5b23bfb4dd49 (diff)
fix owner_uid checking in OPML export (path2)
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/opml.php b/opml.php
index b64845d78..b7ad52252 100644
--- a/opml.php
+++ b/opml.php
@@ -37,6 +37,8 @@
ttrss_feeds.title AS title,
(SELECT title FROM ttrss_feed_categories WHERE id = cat_id) as cat_title
FROM ttrss_feeds
+ WHERE
+ owner_uid = '$owner_uid'
ORDER BY cat_title,title");
} else {
$result = db_query($link, "SELECT * FROM ttrss_feeds