mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Some clean up
This commit is contained in:
parent
284df1e274
commit
004f52138a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user