1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:25:55 +00:00

fix owner_uid checking in OPML export

This commit is contained in:
Andrew Dolgov
2005-11-25 14:46:05 +01:00
parent 5b9af2b9bc
commit 30fedeea61

View File

@@ -40,7 +40,7 @@
ORDER BY cat_title,title"); ORDER BY cat_title,title");
} else { } else {
$result = db_query($link, "SELECT * FROM ttrss_feeds $result = db_query($link, "SELECT * FROM ttrss_feeds
ORDER BY title"); ORDER BY title WHERE owner_uid = '$owner_uid'");
} }
$old_cat_title = ""; $old_cat_title = "";