thomascube
2010-09-21 cb2bc809ef29f349d38c89e202d821e67bb4c947
program/steps/mail/copy.inc
@@ -37,8 +37,6 @@
  
    if (!$copied) {
        // send error message
       if ($_POST['_from'] != 'show')
            $OUTPUT->command('list_mailbox');
        $OUTPUT->show_message('errorcopying', 'error');
        $OUTPUT->send();
        exit;
@@ -56,4 +54,4 @@
// send response
$OUTPUT->send();
?>