PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_Mime » Bug #3491

Please fix typo.

Details

Submitted2005-02-16 12:22 UTC
Fromhiroaki dot kawai at gmail dot com
StatusDuplicate
PackageMail_Mime
PHP Version4.3.10
OSANY
Roadmaps(Not assigned)

Comments

[2005-02-16 12:22 UTC] hiroaki dot kawai at gmail dot com

Description:
------------
--- ./mimeDecode.php 2002-07-27 23:37:53.000000000 +0900
+++ ../correct/PEAR/Mail/mimeDecode.php 2005-01-25 17:59:28.3673
79200 +0900
@@ -237,7 +237,7 @@
}
break;

- case 'content-disposition';
+ case 'content-disposition':
$content_disposition = $this->_parseHeaderValue($headers[$key]['value']);
$return->disposition = $content_disposition['value'];
if (isset($content_disposition['other'])) {