X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1ced937cc8cd25ca7a49e543b8a4e81f7b0f040e..9aaca43317d3ea33d80a308cab7ce4c20d732a16:/bin/mozilla/amtemplates.pl diff --git a/bin/mozilla/amtemplates.pl b/bin/mozilla/amtemplates.pl index 61877259a..72e6500cb 100644 --- a/bin/mozilla/amtemplates.pl +++ b/bin/mozilla/amtemplates.pl @@ -221,7 +221,7 @@ sub display_template_form { $options{"HIDDEN"} = [ map(+{ "name" => $_, "value" => $form->{$_} }, @hidden) ]; $form->header; - print($form->parse_html_template2("am/edit_templates", \%options)); + print($form->parse_html_template("am/edit_templates", \%options)); $lxdebug->leave_sub(); }