diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-25 14:46:55 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-25 14:46:55 +0100 |
| commit | bc15240d8108842df7cdca1d280f27a9fd9c3335 (patch) | |
| tree | 80d850775facc5543b4e84810bf1d2be9aa8c561 /opml.php | |
| parent | 30fedeea61f9e6b12c671f08217b5b23bfb4dd49 (diff) | |
fix owner_uid checking in OPML export (path2)
Diffstat (limited to 'opml.php')
| -rw-r--r-- | opml.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |