Changeset 2dbc2d7 in github for program/lib/Mail/mimePart.php


Ignore:
Timestamp:
Jun 20, 2009 2:55:17 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6bd74d8
Parents:
816d662
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/lib/Mail/mimePart.php

    r14f1c0f r2dbc2d7  
    187187            $headers['Content-Type'] = $contentType['type']; 
    188188            if (isset($contentType['charset'])) { 
    189                 $headers['Content-Type'] .= " charset={$contentType['charset']}"; 
     189                $headers['Content-Type'] .= "; charset={$contentType['charset']}"; 
    190190            } 
    191191            if (isset($contentType['name'])) { 
Note: See TracChangeset for help on using the changeset viewer.