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,6 +329,8 @@ class CMailFile
*/ */
function write_body($msgtext, $filename_list) function write_body($msgtext, $filename_list)
{ {
global $conf;
$out=''; $out='';
if ($this->atleastonefile) if ($this->atleastonefile)