xml-import: fix user table checking

This commit is contained in:
Andrew Dolgov 2005-11-30 09:30:43 +01:00
parent a654a595b8
commit 5a66425944
1 changed files with 1 additions and 1 deletions

View File

@ -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>";