From 50fcc36aff2da7111eff4af1dc07c35686999974 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 7 Sep 2017 10:34:02 +0200 Subject: [PATCH] Some clean up --- mail/inc/class.mail_compose.inc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mail/inc/class.mail_compose.inc.php b/mail/inc/class.mail_compose.inc.php index 51657dd100..2303548935 100644 --- a/mail/inc/class.mail_compose.inc.php +++ b/mail/inc/class.mail_compose.inc.php @@ -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);