alecpl
2009-06-17 2e7ab6c5e1ebb8fc9c126ba881186754226fbd56
program/lib/Mail/mimePart.php
@@ -186,7 +186,7 @@
        if (isset($contentType['type'])) {
            $headers['Content-Type'] = $contentType['type'];
       if (isset($contentType['charset'])) {
                $headers['Content-Type'] .= " charset={$contentType['charset']};";
                $headers['Content-Type'] .= " charset={$contentType['charset']} ";
            }
            if (isset($contentType['name'])) {
                $headers['Content-Type'] .= ';' . MAIL_MIMEPART_CRLF;