From f294da0d9e2088fe663228f796cd8d2df2c03972 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 17 Apr 2008 14:14:17 -0400
Subject: [PATCH] #1484728
---
program/lib/Mail/mimePart.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php
index 04c4a97..cfa3ca4 100644
--- a/program/lib/Mail/mimePart.php
+++ b/program/lib/Mail/mimePart.php
@@ -208,7 +208,8 @@
$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 . '"';
--
Gitblit v1.9.1