bugfix
This commit is contained in:
parent
5296398cb5
commit
f22d0e0305
@ -230,7 +230,8 @@ class CMailFile
|
|||||||
$out = "--" . $this->mime_boundary . "\n";
|
$out = "--" . $this->mime_boundary . "\n";
|
||||||
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MAILING)
|
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MAILING)
|
||||||
{
|
{
|
||||||
$out = $out . "Content-Type: text/html; charset=\"iso8859-15\"\n\n";
|
$out .= "Content-Type: text/html; charset=\"iso8859-15\"\n\n";
|
||||||
|
$out .= "Content-Transfer-Encoding: quoted-printable\n\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user