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