]> git.wh0rd.org - tt-rss.git/commitdiff
fix owner_uid checking in OPML export (path2)
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Nov 2005 13:46:55 +0000 (14:46 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Nov 2005 13:46:55 +0000 (14:46 +0100)
opml.php

index b64845d78c9cb11a56c80ee9f108d40c77557165..b7ad52252ef4ae78bea0bdf2f60f31bdbf154283 100644 (file)
--- 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