Remove comment

This commit is contained in:
Michael 2018-06-27 20:11:09 +00:00
parent 3918a31fc2
commit b3abe148a6
1 changed files with 0 additions and 1 deletions

View 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]));
}
}