From 369f24c62cc49720af63a2eef4d93768de10008e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 30 May 2007 12:06:48 +0000 Subject: [PATCH] =?utf8?q?=C3=9Cberfl=C3=BCssiger=20Code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/dn.pl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index 9af3089f2..8a7f102ef 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -231,14 +231,6 @@ sub save_dunning { sub set_email { $lxdebug->enter_sub(); - - my $callback = "$form->{script}?action=set_email&"; - map({ $callback .= "$_=" . $form->escape($form->{$_}) . "&" } - (qw(login password name input_subject input_body input_attachment email_subject email_body email_attachment), grep({ /^[fl]_/ } keys %$form))); - - if ($form->{email_attachment}) { - $form->{email_attachment} = "checked"; - } $form->{"title"} = $locale->text("Set eMail text"); $form->header(); print($form->parse_html_template("dunning/set_email")); -- 2.20.1