From b3ae63b268b6eb7c59f50d419824b630ab09b679 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 17 Apr 2008 18:14:17 +0000 Subject: #1484728 git-svn-id: https://svn.roundcube.net/trunk@1323 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Mail/mimePart.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roundcubemail/program/lib/Mail/mimePart.php b/roundcubemail/program/lib/Mail/mimePart.php index 04c4a9789..cfa3ca4fa 100644 --- a/roundcubemail/program/lib/Mail/mimePart.php +++ b/roundcubemail/program/lib/Mail/mimePart.php @@ -208,7 +208,8 @@ class Mail_mimePart { $encoded =& $this->_encoded; if (!empty($this->_subparts)) { - srand((double)microtime()*1000000); +// http://pear.php.net/bugs/bug.php?id=13032 +// srand((double)microtime()*1000000); $boundary = '=_' . md5(rand() . microtime()); $this->_headers['Content-Type'] .= ';' . MAIL_MIMEPART_CRLF . "\t" . 'boundary="' . $boundary . '"'; -- cgit v1.2.3