From ef59e6e85fe949a3afcd42a4a9b9df42a625ace2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 15:08:00 +0100 Subject: opml/db updater tweaks --- modules/opml_domdoc.php | 4 ++-- modules/opml_domxml.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/opml_domdoc.php b/modules/opml_domdoc.php index 459841022..156e46c7f 100644 --- a/modules/opml_domdoc.php +++ b/modules/opml_domdoc.php @@ -82,8 +82,8 @@ (title = '$feed_title' OR feed_url = '$feed_url') AND owner_uid = '$owner_uid'"); - print "$feed_title - (rss)"; + print "$feed_title + (rss)"; if (db_num_rows($result) > 0) { print "Already imported."; diff --git a/modules/opml_domxml.php b/modules/opml_domxml.php index 2a140f325..dabba7894 100644 --- a/modules/opml_domxml.php +++ b/modules/opml_domxml.php @@ -85,8 +85,8 @@ (title = '$feed_title' OR feed_url = '$feed_url') AND owner_uid = '$owner_uid'"); - print "$feed_title - (rss)"; + print "$feed_title + (rss)"; if (db_num_rows($result) > 0) { print ""._("Already imported.").""; -- cgit v1.2.3