import: remove wrong comment

This commit is contained in:
Andrew Dolgov 2013-03-30 22:05:06 +04:00
parent b029f91621
commit 4c8b7389a6
1 changed files with 0 additions and 1 deletions

View File

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