alecpl
2009-02-08 0ea8d3a08e6055293aaa689bff6525522986e71c
program/lib/Mail/mimePart.php
@@ -436,7 +436,7 @@
            }
            $headCount++;
        }
        $headers = implode(MAIL_MIMEPART_CRLF, $headers) . ';';
        $headers = implode(';' . MAIL_MIMEPART_CRLF, $headers) . ';';
        return $headers;
    }