Changeset 2567 in subversion for trunk/roundcubemail/program/steps/mail/attachments.inc
- Timestamp:
- May 29, 2009 5:37:32 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/attachments.inc
r2431 r2567 92 92 $_SESSION['compose']['attachments'][$id] = $attachment; 93 93 94 if ( is_file($icon = $CONFIG['skin_path'] . '/images/icons/remove-attachment.png')) {94 if (($icon = $_SESSION['compose']['deleteicon']) && is_file($icon)) { 95 95 $button = html::img(array( 96 96 'src' => $icon,
Note: See TracChangeset
for help on using the changeset viewer.
