X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1ced937cc8cd25ca7a49e543b8a4e81f7b0f040e..9aaca43317d3ea33d80a308cab7ce4c20d732a16:/sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl diff --git a/sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl b/sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl index 144875a9f..88a325257 100644 --- a/sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl +++ b/sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl @@ -48,8 +48,7 @@ sub update_templates { if (@warnings) { @warnings = map(+{ "message" => $_ }, @warnings); - print($form->parse_html_template2("dbupgrade/update_templates_warnings", - { "WARNINGS" => \@warnings })); + print($form->parse_html_template("dbupgrade/update_templates_warnings", { "WARNINGS" => \@warnings })); } return 1;