alecpl
2010-06-23 b25dfd0913f2ca5666124740c30156fa0a6abaef
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();
?>