From: Andrew Dolgov Date: Fri, 25 Nov 2005 13:46:55 +0000 (+0100) Subject: fix owner_uid checking in OPML export (path2) X-Git-Tag: schema_feature_freeze_for_1.1~93 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bc15240d8108842df7cdca1d280f27a9fd9c3335;p=tt-rss.git fix owner_uid checking in OPML export (path2) --- diff --git a/opml.php b/opml.php index b64845d7..b7ad5225 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