summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-30 22:05:06 +0400
committerAndrew Dolgov <[email protected]>2013-03-30 22:05:06 +0400
commit4c8b7389a6b447ffbb7cffa905c49422ecee81aa (patch)
tree762b490e6b4d2f7d218aff3dc105fd9fc93c84c1 /plugins
parentb029f91621076f37e7399c6701b2392ed879541b (diff)
import: remove wrong comment
Diffstat (limited to 'plugins')
-rw-r--r--plugins/googlereaderimport/init.php1
1 files changed, 0 insertions, 1 deletions
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");