mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-10 18:39:14 +00:00
xml-import: fix user table checking
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
print "Found base ID: $entry_id<br>";
|
||||
|
||||
$result = db_query($link, "SELECT int_id FROM ttrss_user_entries WHERE
|
||||
ref_id = '$entry_id'");
|
||||
ref_id = '$entry_id' AND owner_uid = '$owner_uid'");
|
||||
|
||||
if (db_num_rows($result) == 0) {
|
||||
print "User table entry not found, creating...<br>";
|
||||
|
||||
Reference in New Issue
Block a user