Home » Mail » Mail_Mime » Bug #3400
Typo in Mime-Decode.php
Details
| Submitted | 2005-02-08 09:32 UTC |
|---|---|
| From | gilcher at exozet dot com |
| Assigned | sean |
| Status | Closed |
| Package | Mail_Mime |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-02-08 09:32 UTC] gilcher at exozet dot com
Description:
------------
In Version 1.2.1, there is a tiny typo hidden in mimeDecode.php, line 240:
"case 'content-disposition';" should be
"case 'content-disposition':"
Reproduce code:
---------------
Around line 240 of mimeDecode.php change
"case 'content-disposition';" to "case 'content-disposition':"