Some clean up

This commit is contained in:
Hadi Nategh 2017-09-07 10:34:02 +02:00
parent 284df1e274
commit 004f52138a

View File

@ -2203,10 +2203,6 @@ class mail_compose
continue;
}
if ($hasSignature) continue;
if (trim($value) != '') {
#if ($value != "\r") $value .= "\n";
}
$numberOfChars = strspn(trim($value), ">");
$appendString = str_repeat('>', $numberOfChars + 1);