From: Andrew Dolgov Date: Sat, 30 Mar 2013 18:05:06 +0000 (+0400) Subject: import: remove wrong comment X-Git-Tag: 1.7.6~123 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4c8b7389a6b447ffbb7cffa905c49422ecee81aa;p=tt-rss.git import: remove wrong comment --- diff --git a/plugins/googlereaderimport/init.php b/plugins/googlereaderimport/init.php index 00ea1bf9..16430f8c 100644 --- a/plugins/googlereaderimport/init.php +++ b/plugins/googlereaderimport/init.php @@ -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");