Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
sql/Pg-upgrade/Pg-upgrade-2.2.0.28-2.2.0.29.pl | ||
---|---|---|
11 | 11 |
sub myshowerror { |
12 | 12 |
my ($msg) = @_; |
13 | 13 |
|
14 |
print($main::form->parse_html_template2("dbupgrade/units_error", |
|
15 |
{ "message" => $msg })); |
|
14 |
print($main::form->parse_html_template("dbupgrade/units_error", { "message" => $msg })); |
|
16 | 15 |
return 2; |
17 | 16 |
} |
18 | 17 |
|
... | ... | |
209 | 208 |
return create_standard_buchungsgruppen_skr04(); |
210 | 209 |
} |
211 | 210 |
|
212 |
print($form->parse_html_template2("dbupgrade/std_buchungsgruppen_unknown_coa", { "coa" => $coa }));
|
|
211 |
print($form->parse_html_template("dbupgrade/std_buchungsgruppen_unknown_coa", { "coa" => $coa })); |
|
213 | 212 |
|
214 | 213 |
return 1; |
215 | 214 |
} |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).