From f294da0d9e2088fe663228f796cd8d2df2c03972 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 17 Apr 2008 18:14:17 +0000 Subject: #1484728 --- program/lib/Mail/mimePart.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/lib/Mail') diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php index 04c4a9789..cfa3ca4fa 100644 --- a/program/lib/Mail/mimePart.php +++ b/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