mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-03 05:11:01 +01:00
fix owner_uid checking in OPML export (path2)
This commit is contained in:
parent
30fedeea61
commit
bc15240d81
2
opml.php
2
opml.php
@ -37,6 +37,8 @@
|
|||||||
ttrss_feeds.title AS title,
|
ttrss_feeds.title AS title,
|
||||||
(SELECT title FROM ttrss_feed_categories WHERE id = cat_id) as cat_title
|
(SELECT title FROM ttrss_feed_categories WHERE id = cat_id) as cat_title
|
||||||
FROM ttrss_feeds
|
FROM ttrss_feeds
|
||||||
|
WHERE
|
||||||
|
owner_uid = '$owner_uid'
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user