tbrehm
2011-06-06 5645a5e533e82ca73da6ec794fe1b314aed2aa39
Fixed content-type definition in email send function.
1 files modified
2 ■■■ changed files
interface/lib/classes/functions.inc.php 2 ●●● patch | view | raw | blame | history
interface/lib/classes/functions.inc.php
@@ -57,7 +57,7 @@
            $header .= "Content-Type: multipart/mixed; boundary=$uid\n";
            $header .= "--$uid\n";
            $header .= "Content-Type: text/plain\n";
            $header .= "Content-Type: text/plain;\n\tcharset=\"UTF-8\"\n";
            $header .= "Content-Transfer-Encoding: 8bit\n\n";
            $header .= "$text\n";