Ticket system / sendmail, changes to response citation and html chars handling
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user