Modif mineure
This commit is contained in:
parent
7253f89574
commit
577a09f6d8
@ -220,7 +220,7 @@ class DolibarrMail
|
|||||||
if (count($this->filename_list))
|
if (count($this->filename_list))
|
||||||
{
|
{
|
||||||
$out = $out . "--".$this->boundary . "\n";
|
$out = $out . "--".$this->boundary . "\n";
|
||||||
$out = $out . "Content-Type: text/plain; charset=\"iso-8859-15\"\n";
|
$out = $out . 'Content-Type: text/plain; charset="iso-8859-15"'."\n";
|
||||||
$out = $out . "Content-Disposition: inline\n\n";
|
$out = $out . "Content-Disposition: inline\n\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user