till
2008-02-14 5998438b082e42673f0f62920968897bee2e4bca
* committed patch from #1484775

1 files modified
4 ■■■ changed files
program/steps/mail/upload.inc 4 ●●● patch | view | raw | blame | history
program/steps/mail/upload.inc
@@ -36,6 +36,8 @@
$response = '';
if (is_array($_FILES['_attachments']['tmp_name']))
  {
foreach ($_FILES['_attachments']['tmp_name'] as $i => $filepath)
  {
  $tmpfname = tempnam($temp_dir, 'rcmAttmnt');
@@ -75,7 +77,7 @@
    $OUTPUT->command('display_message', $msg, 'error');
    }
  }
  }
// send html page with JS calls as response
$OUTPUT->command('show_attachment_form', false);