From: Andrew Dolgov Date: Tue, 27 Dec 2011 14:11:21 +0000 (+0400) Subject: misc export tweaks X-Git-Tag: 1.5.9~35 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cfb665c01f3b0303515658f5569ac472a0970e21;p=tt-rss.git misc export tweaks --- diff --git a/opml.php b/opml.php index 103ec0ba..2190b565 100644 --- a/opml.php +++ b/opml.php @@ -315,7 +315,7 @@ print ""; - print ""; + print ""; $result = db_query($link, "SELECT * FROM ttrss_labels2 WHERE owner_uid = " . $_SESSION['uid']); @@ -331,7 +331,7 @@ print ""; - print ""; + print ""; $result = db_query($link, "SELECT filter_type, reg_exp, @@ -341,7 +341,7 @@ inverse, filter_param, cat_filter, - ttrss_feeds.title AS feed_title, + ttrss_feeds.feed_url AS feed_url, ttrss_feed_categories.title AS cat_title FROM ttrss_filters LEFT JOIN ttrss_feeds ON (feed_id = ttrss_feeds.id)