From: Michael Date: Wed, 27 Jun 2018 20:11:09 +0000 (+0000) Subject: Remove comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b3abe148a6b918644a25c2ba17aaa7835d663d43;hp=3918a31fc2a6677a420e8ba5cc09d22f22b40518;p=friendica.git Remove comment --- diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index 423ce17414..eaef5f252d 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -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])); } }