Menu

#2306 message don't always display in webmail

open
nobody
None
5
2009-09-23
2009-09-23
Anonymous
No

i have often the case : some message are not displayed, when i click on heaader, no message, just white arez.
i found the cause today : the utf8_decode funtion do not work in readmessage_inc.php.
then i create a function called utf8_bis_decode ($text) with this line :
$text=html_entity_decode(htmlentities($text,ENT_COMPAT,'UTF-8'));
return $text

and replace all occurence of php function utf8_decode by utf8_bis_decode function.
now, all is displayed ! ;-)
happy to contribute,
TéJi from belgium

Discussion


Log in to post a comment.