From e62346c9ba9b27ecf8c7b322ac9d7a4bb25bca48 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 25 Feb 2010 12:43:21 +0000 Subject: - Fix encoding of Return-Receipt-To and Disposition-Notification-To headers (1486515) --- program/lib/Mail/mimePart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/lib/Mail/mimePart.php') diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php index ce37deb99..7863028c8 100644 --- a/program/lib/Mail/mimePart.php +++ b/program/lib/Mail/mimePart.php @@ -436,7 +436,7 @@ class Mail_mimePart * otherwise you will not be able to add further subparts. * @access public */ - function &addSubPart($body, $params) + function &addSubpart($body, $params) { $this->_subparts[] = new Mail_mimePart($body, $params); return $this->_subparts[count($this->_subparts) - 1]; -- cgit v1.2.3