mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Some clean up
This commit is contained in:
parent
284df1e274
commit
004f52138a
@ -2203,10 +2203,6 @@ class mail_compose
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($hasSignature) continue;
|
|
||||||
if (trim($value) != '') {
|
|
||||||
#if ($value != "\r") $value .= "\n";
|
|
||||||
}
|
|
||||||
$numberOfChars = strspn(trim($value), ">");
|
$numberOfChars = strspn(trim($value), ">");
|
||||||
$appendString = str_repeat('>', $numberOfChars + 1);
|
$appendString = str_repeat('>', $numberOfChars + 1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user