forked from Wavyzz/dolibarr
@@ -3927,9 +3927,7 @@ function dol_htmlcleanlastbr($stringtodecode)
|
||||
*/
|
||||
function dol_html_entity_decode($a,$b,$c='UTF-8')
|
||||
{
|
||||
// We use @ to avoid warning on PHP4 that does not support entity decoding to UTF8;
|
||||
$ret=@html_entity_decode($a,$b,$c);
|
||||
return $ret;
|
||||
return html_entity_decode($a,$b,$c);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user