From: Andrew Dolgov Date: Fri, 25 Nov 2005 13:46:05 +0000 (+0100) Subject: fix owner_uid checking in OPML export X-Git-Tag: schema_feature_freeze_for_1.1~94 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=30fedeea61f9e6b12c671f08217b5b23bfb4dd49;p=tt-rss.git fix owner_uid checking in OPML export --- diff --git a/opml.php b/opml.php index 8317b645..b64845d7 100644 --- a/opml.php +++ b/opml.php @@ -40,7 +40,7 @@ ORDER BY cat_title,title"); } else { $result = db_query($link, "SELECT * FROM ttrss_feeds - ORDER BY title"); + ORDER BY title WHERE owner_uid = '$owner_uid'"); } $old_cat_title = "";