summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-06 16:56:42 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-06 16:56:42 +0000
commitab80b06250eb55781e96d70d6b52622c073ca13f (patch)
tree30f604b235172af0f40b283427a77e5c6631179d /roundcubemail/program/steps
parent0f93a683ed92b9c08fb3bb50005c846c3234a122 (diff)
- removed trigger_error() call
git-svn-id: https://svn.roundcube.net/trunk@1359 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/move_del.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/move_del.inc b/roundcubemail/program/steps/mail/move_del.inc
index 9a02d938d..d8a017171 100644
--- a/roundcubemail/program/steps/mail/move_del.inc
+++ b/roundcubemail/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));