From eb774cc6eb2818a1bdeae6c316024f93c2533d4e Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 6 May 2008 16:56:42 +0000 Subject: - removed trigger_error() call --- program/steps/mail/move_del.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'program/steps/mail') diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc index 9a02d938d..d8a017171 100644 --- a/program/steps/mail/move_del.inc +++ b/program/steps/mail/move_del.inc @@ -39,8 +39,6 @@ if ($RCMAIL->action=='moveto' && !empty($_POST['_uid']) && !empty($_POST['_targe } // delete messages else if ($RCMAIL->action=='delete' && !empty($_POST['_uid'])) { - trigger_error("DELETE", E_USER_WARNING); - $count = sizeof(explode(',', ($uids = get_input_value('_uid', RCUBE_INPUT_POST)))); $del = $IMAP->delete_message($uids, get_input_value('_mbox', RCUBE_INPUT_POST)); -- cgit v1.2.3