1
0
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:
Andrew Dolgov
2005-11-30 09:30:43 +01:00
parent a654a595b8
commit 5a66425944

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