]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/amtemplates.pl
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt...
[mfinanz.git] / bin / mozilla / amtemplates.pl
index 61877259abfdef08375c86814bacab7379013dc8..72e6500cba696404dc934100a9e0d5878d571fa0 100644 (file)
@@ -221,7 +221,7 @@ sub display_template_form {
   $options{"HIDDEN"} = [ map(+{ "name" => $_, "value" => $form->{$_} }, @hidden) ];
 
   $form->header;
   $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();
 }
 
   $lxdebug->leave_sub();
 }