1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

import: remove wrong comment

This commit is contained in:
Andrew Dolgov 2013-03-30 22:05:06 +04:00
parent b029f91621
commit 4c8b7389a6

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