Changeset 2dbc2d7 in github for program/lib/Mail/mimePart.php
- Timestamp:
- Jun 20, 2009 2:55:17 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 6bd74d8
- Parents:
- 816d662
- File:
-
- 1 edited
-
program/lib/Mail/mimePart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/Mail/mimePart.php
r14f1c0f r2dbc2d7 187 187 $headers['Content-Type'] = $contentType['type']; 188 188 if (isset($contentType['charset'])) { 189 $headers['Content-Type'] .= " charset={$contentType['charset']}";189 $headers['Content-Type'] .= "; charset={$contentType['charset']}"; 190 190 } 191 191 if (isset($contentType['name'])) {
Note: See TracChangeset
for help on using the changeset viewer.
