import: remove wrong comment

master
Andrew Dolgov 11 years ago
parent b029f91621
commit 4c8b7389a6

@ -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
guid = '$guid' AND ref_id = id AND owner_uid = '$owner_uid' LIMIT 1");

Loading…
Cancel
Save