mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
remove mail_bo::htmlspecialchars
This commit is contained in:
parent
231e029b3b
commit
204d73ab52
@ -2570,7 +2570,7 @@ class infolog_ui
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//_debug_array($attachments);
|
//_debug_array($attachments);
|
||||||
$body_striped = strip_tags($mailClass::htmlspecialchars($_body)); //we need to fix broken tags (or just stuff like "<800 USD/p" )
|
$body_striped = strip_tags($_body); //we need to fix broken tags (or just stuff like "<800 USD/p" )
|
||||||
$body_decoded = htmlspecialchars_decode($body_striped,ENT_QUOTES);
|
$body_decoded = htmlspecialchars_decode($body_striped,ENT_QUOTES);
|
||||||
$body = $mailClass::createHeaderInfoSection(array('FROM'=>$_to_emailAddress['from'],
|
$body = $mailClass::createHeaderInfoSection(array('FROM'=>$_to_emailAddress['from'],
|
||||||
'TO'=>(!empty($_to_emailAddress['to'])?implode(',',$_to_emailAddress['to']):null),
|
'TO'=>(!empty($_to_emailAddress['to'])?implode(',',$_to_emailAddress['to']):null),
|
||||||
|
Loading…
Reference in New Issue
Block a user