From 4c8b7389a6b447ffbb7cffa905c49422ecee81aa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 30 Mar 2013 22:05:06 +0400 Subject: [PATCH] import: remove wrong comment --- plugins/googlereaderimport/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/googlereaderimport/init.php b/plugins/googlereaderimport/init.php index 00ea1bf91..16430f8c0 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");