From cfb665c01f3b0303515658f5569ac472a0970e21 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 27 Dec 2011 18:11:21 +0400 Subject: [PATCH 1/1] misc export tweaks --- opml.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.2