From 091735615e7f1f1b858d60dc04104bff072701c7 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 20 Jan 2010 04:26:47 -0500 Subject: [PATCH] - Fix incompatybility with suhosin.executor.disable_emodifier (#1486321) - Update Mail_Mime package --- program/include/rcube_mail_mime.php | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/program/include/rcube_mail_mime.php b/program/include/rcube_mail_mime.php index 3a578d6..2176e64 100644 --- a/program/include/rcube_mail_mime.php +++ b/program/include/rcube_mail_mime.php @@ -95,22 +95,6 @@ /** - * Creates a new mimePart object, using multipart/mixed as - * the initial content-type and returns it during the - * build process. - * - * @return object The multipart/mixed mimePart object - * @access private - */ - function &_addMixedPart() - { - $params['content_type'] = $this->_headers['Content-Type'] ? $this->_headers['Content-Type'] : 'multipart/mixed'; - $ret = new Mail_mimePart('', $params); - return $ret; - } - - - /** * Encodes a header as per RFC2047 * * @param array $input The header data to encode -- Gitblit v1.9.1