Ticket system / sendmail, changes to response citation and html chars handling

This commit is contained in:
Xenomporio
2022-08-06 10:40:58 +02:00
parent 3c1e7e0949
commit 4af7eacfd8
2 changed files with 10 additions and 10 deletions
+2 -7
View File
@@ -32483,15 +32483,10 @@ function MailSendFinal($from,$from_name,$to,$to_name,$betreff,$text,$files="",$p
$text = $this->ReadyForPDF($text);
$text = str_replace('€','€',$text);
$texthtml = htmlspecialchars_decode(
/* $text = htmlspecialchars_decode(
htmlentities($text, ENT_NOQUOTES, 'UTF-8', false)
, ENT_NOQUOTES
);
if($texthtml!=$text)
{
$text = $texthtml;
}
); */
if($signature)
{