mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Some clean up
This commit is contained in:
parent
c6cd5ea8db
commit
50fcc36aff
@ -2235,10 +2235,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