mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 20:15:57 +00:00
import: remove wrong comment
This commit is contained in:
@@ -248,7 +248,6 @@ class GoogleReaderImport extends Plugin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// only check for our user data here, others might have shared this with different content etc
|
|
||||||
$result = db_query($this->link, "SELECT id FROM ttrss_entries, ttrss_user_entries WHERE
|
$result = db_query($this->link, "SELECT id FROM ttrss_entries, ttrss_user_entries WHERE
|
||||||
guid = '$guid' AND ref_id = id AND owner_uid = '$owner_uid' LIMIT 1");
|
guid = '$guid' AND ref_id = id AND owner_uid = '$owner_uid' LIMIT 1");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user