forked from Wavyzz/dolibarr
Fix: bug #22312 : encodage mail
This commit is contained in:
@@ -329,7 +329,9 @@ class CMailFile
|
|||||||
*/
|
*/
|
||||||
function write_body($msgtext, $filename_list)
|
function write_body($msgtext, $filename_list)
|
||||||
{
|
{
|
||||||
$out='';
|
global $conf;
|
||||||
|
|
||||||
|
$out='';
|
||||||
|
|
||||||
if ($this->atleastonefile)
|
if ($this->atleastonefile)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user