Changeset 2650 in subversion
- Timestamp:
- Jun 17, 2009 6:10:31 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/Mail/mimePart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/Mail/mimePart.php
r2649 r2650 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.
