From ed39505e00f9db64f1f029f07a320bd2cd142ccd Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 22 Dec 2008 18:27:25 +0000 Subject: #1485640: http://pear.php.net/bugs/bug.php?id=13032 #1485640: html2text: move html_entity_decode() after preg_replace() git-svn-id: https://svn.roundcube.net/trunk@2186 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Mail/mimePart.php | 1 - 1 file changed, 1 deletion(-) (limited to 'roundcubemail/program/lib/Mail/mimePart.php') diff --git a/roundcubemail/program/lib/Mail/mimePart.php b/roundcubemail/program/lib/Mail/mimePart.php index 7427a1002..b404fc522 100644 --- a/roundcubemail/program/lib/Mail/mimePart.php +++ b/roundcubemail/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 . '"'; -- cgit v1.2.3