alecpl
2008-09-16 81b573d98ae143bd11b37ff2027bfad78e2d460c
program/steps/mail/compose.inc
@@ -596,7 +596,7 @@
      $tmp_path = tempnam($temp_dir, 'rcmAttmnt');
      if ($fp = fopen($tmp_path, 'w'))
      {
        fwrite($fp, $message->get_part_content($pid));
        $message->get_part_content($pid, $fp);
        fclose($fp);
        
        $_SESSION['compose']['attachments'][] = array(