From: Moritz Bunkus Date: Mon, 27 Dec 2010 13:36:11 +0000 (+0100) Subject: Nach Redirect keine Ausgaben tätigen X-Git-Tag: release-2.6.2beta1~64^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=554abccb6a9d58999280211d1af5bdb8defcdb85;p=kivitendo-erp.git Nach Redirect keine Ausgaben tätigen --- diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 07a6d2ec8..447641177 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -597,9 +597,6 @@ sub delete { # /saving the history $form->redirect($locale->text($msg)); - $msg = "Cannot delete $form->{db}"; - $form->error($locale->text($msg)); - $main::lxdebug->leave_sub(); }