summaryrefslogtreecommitdiff
path: root/modules/opml_domdoc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-03-04 07:37:19 +0100
committerAndrew Dolgov <[email protected]>2008-03-04 07:37:19 +0100
commitf0053c6a47637d026dd5c4cc63d37c1c87d934df (patch)
treea4aac2751735be32fde4948c13a1bc4071e97bb7 /modules/opml_domdoc.php
parent2a6a93953b62a30543f61ede5255f29e167ab602 (diff)
opml import: only check feed_url for duplicates
Diffstat (limited to 'modules/opml_domdoc.php')
-rw-r--r--modules/opml_domdoc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/opml_domdoc.php b/modules/opml_domdoc.php
index 1c0404c34..fcad76ed2 100644
--- a/modules/opml_domdoc.php
+++ b/modules/opml_domdoc.php
@@ -93,7 +93,7 @@
}
$result = db_query($link, "SELECT id FROM ttrss_feeds WHERE
- (title = '$feed_title' OR feed_url = '$feed_url')
+ feed_url = '$feed_url'
AND owner_uid = '$owner_uid'");
print "<tr><td><a target='_new' href='$site_url'><b>$feed_title</b></a></b>