diff options
author | alecpl <alec@alec.pl> | 2008-12-22 18:27:25 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-22 18:27:25 +0000 |
commit | 4e0419b9cb984249b823e9484a2d63eb74fd156c (patch) | |
tree | 7651bd3aa3736858d877a83829558b1e61f3efbd /program/lib/Mail/mimePart.php | |
parent | 0fc97c2833b2254b391bb741b3262f86569c5938 (diff) |
#1485640: http://pear.php.net/bugs/bug.php?id=13032
#1485640: html2text: move html_entity_decode() after preg_replace()
Diffstat (limited to 'program/lib/Mail/mimePart.php')
-rw-r--r-- | program/lib/Mail/mimePart.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php index 7427a1002..b404fc522 100644 --- a/program/lib/Mail/mimePart.php +++ b/program/lib/Mail/mimePart.php @@ -243,7 +243,6 @@ class Mail_mimePart { $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 . '"'; |