Changeset f8d0a5c in github for program/steps/mail/compose.inc
- Timestamp:
- Apr 26, 2006 5:49:38 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 856110d
- Parents:
- f1bed74
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
ra43e0c9 rf8d0a5c 415 415 'mimetype' => $part->ctype_primary . '/' . $part->ctype_secondary, 416 416 'path' => $tmp_path); 417 418 else if ($part->headers['content-description']) 419 $_SESSION['compose']['attachments'][] = array('name' => $part->headers['content-description'], 420 'mimetype' => $part->ctype_primary . '/' . $part->ctype_secondary, 421 'path' => $tmp_path); 417 422 } 418 423 }
Note: See TracChangeset
for help on using the changeset viewer.
