]> git.mxchange.org Git - friendica.git/commitdiff
Remove comment
authorMichael <heluecht@pirati.ca>
Wed, 27 Jun 2018 20:11:09 +0000 (20:11 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 27 Jun 2018 20:11:09 +0000 (20:11 +0000)
src/Worker/OnePoll.php

index 423ce17414d0529571052241e2852c364e0c1f79..eaef5f252d4404a01217a7618abe3f64e924a498 100644 (file)
@@ -435,7 +435,6 @@ class OnePoll
                                                                $refs_arr = explode(' ', $raw_refs);
                                                                if (count($refs_arr)) {
                                                                        for ($x = 0; $x < count($refs_arr); $x ++) {
-//                                                                             $refs_arr[$x] = "'" . Email::msgid2iri(str_replace(['<', '>', ' '],['', '', ''],dbesc($refs_arr[$x]))) . "'";
                                                                                $refs_arr[$x] = Email::msgid2iri(str_replace(['<', '>', ' '],['', '', ''], $refs_arr[$x]));
                                                                        }
                                                                }