Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.12

Bug #3400 Typo in Mime-Decode.php
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)    
Subscription  


 [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':"

Comments

 [2005-02-08 16:55 UTC] sean
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.