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/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/554abccb6a9d58999280211d1af5bdb8defcdb85 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(); }