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

index 8317b6450a6662cc3ab3ee3fdfe5f53883797009..b64845d78c9cb11a56c80ee9f108d40c77557165 100644 (file)
--- 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 = "";