]> git.wh0rd.org Git - tt-rss.git/commitdiff
import: remove wrong comment
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 30 Mar 2013 18:05:06 +0000 (22:05 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 30 Mar 2013 18:05:06 +0000 (22:05 +0400)
plugins/googlereaderimport/init.php

index 00ea1bf918576e6a460e597d10dd49fc283efac8..16430f8c01e78ca6637baa43cc56c8fbc5431bf6 100644 (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");