summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 14:46:05 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 14:46:05 +0100
commit30fedeea61f9e6b12c671f08217b5b23bfb4dd49 (patch)
tree8bb57fd4c53b8e4497c53ca6c19704d3ca1069c4 /opml.php
parent5b9af2b9bc1ddcdea320b56c62b8ab8b6632d853 (diff)
fix owner_uid checking in OPML export
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 8317b6450..b64845d78 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 = "";