mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 21:41:28 +00:00
opml import: only check feed_url for duplicates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user