alecpl
2008-12-22 4e0419b9cb984249b823e9484a2d63eb74fd156c
program/lib/Mail/mimePart.php
@@ -243,7 +243,6 @@
        $encoded =& $this->_encoded;
        if (count($this->_subparts)) {
            srand((double)microtime()*1000000);
            $boundary = '=_' . md5(rand() . microtime());
            $this->_headers['Content-Type'] .= ';' . MAIL_MIMEPART_CRLF . "\t" . 'boundary="' . $boundary . '"';