alecpl
2010-02-25 e62346c9ba9b27ecf8c7b322ac9d7a4bb25bca48
program/lib/Mail/mimePart.php
@@ -436,7 +436,7 @@
     *                       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];