thomascube
2009-05-29 991a25ab5df66752d8bdb460d1b622b9f52358b1
program/steps/mail/attachments.inc
@@ -91,7 +91,7 @@
      unset($attachment['status']);
      $_SESSION['compose']['attachments'][$id] = $attachment;
      
      if (is_file($icon = $CONFIG['skin_path'] . '/images/icons/remove-attachment.png')) {
      if (($icon = $_SESSION['compose']['deleteicon']) && is_file($icon)) {
        $button = html::img(array(
          'src' => $icon,
          'alt' => rcube_label('delete')