alecpl
2010-12-08 90f81a6c8de5aecfa36c54cc5260d25ba883aa51
program/steps/mail/move_del.inc
@@ -39,7 +39,7 @@
        // send error message
       if ($_POST['_from'] != 'show')
            $OUTPUT->command('list_mailbox');
        $OUTPUT->show_message('errormoving', 'error');
        rcmail_display_server_error('errormoving');
        $OUTPUT->send();
        exit;
    }
@@ -60,7 +60,7 @@
        // send error message
       if ($_POST['_from'] != 'show')
            $OUTPUT->command('list_mailbox');
        $OUTPUT->show_message('errordeleting', 'error');
        rcmail_display_server_error('errordeleting');
        $OUTPUT->send();
        exit;
    }