mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update html.formticket.class.php
This commit is contained in:
parent
58ff96af30
commit
b36e658b20
|
|
@ -991,7 +991,7 @@ class FormTicket
|
|||
|
||||
// MESSAGE
|
||||
$defaultmessage="";
|
||||
if ($arraydefaultmessage && $arraydefaultmessage->content) $defaultmessage = $arraydefaultmessage->content;
|
||||
if (is_object($arraydefaultmessage) && $arraydefaultmessage->content) $defaultmessage = $arraydefaultmessage->content;
|
||||
$defaultmessage=str_replace('\n', "\n", $defaultmessage);
|
||||
|
||||
// Deal with format differences between message and signature (text / HTML)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user