Fix: bug #22312 : encodage mail

This commit is contained in:
Laurent Destailleur
2008-05-17 00:22:37 +00:00
parent d86be05585
commit d0352880c8

View File

@@ -329,7 +329,9 @@ class CMailFile
*/
function write_body($msgtext, $filename_list)
{
$out='';
global $conf;
$out='';
if ($this->atleastonefile)
{