thomascube
2006-01-25 c9d09bbe43f268c11cadc9846652ff33521edf6c
program/lib/Mail/mimeDecode.php
@@ -247,7 +247,7 @@
                        $return->ctype_primary   = $regs[1];
                        $return->ctype_secondary = $regs[2];
                    }
                    if (isset($content_type['other'])) {
                        while (list($p_name, $p_value) = each($content_type['other'])) {
                            $return->ctype_parameters[$p_name] = $p_value;