Home » Mail » Mail_Mime » Bug #3940
Mismatch between documatation and implementation
Details
| Submitted | 2005-03-24 09:56 UTC |
|---|---|
| From | hiroaki dot kawai at gmail dot com |
| Assigned | cipri |
| Status | Closed |
| Package | Mail_Mime |
| PHP Version | 4.3.10 |
| OS | ANY |
| Roadmaps | (Not assigned) |
Comments
[2005-03-24 09:56 UTC] hiroaki dot kawai at gmail dot com
Description:
------------
Thank you for the release of 1.3.0RC1 :-)
I'd like to report a mismatch between the documentation
and implementation(maybe this is a typo).
in mime.php, line 174, in function setHTMLBody,
docs says,
181 * @return mixed true on success or PEAR_Error object
but returns,
196 return false;
This function should return true for backward compatibility.
# This is a part of the changes in this release.