alecpl
2009-06-20 2dbc2d787a7d9acf85ac8b048d6a8a6c479ab428
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;