Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
sql/Pg-upgrade/Pg-upgrade-2.2.0.31-2.2.0.32.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 |
|
... | ... | |
117 | 116 |
return update_steuersaetze_skr04(); |
118 | 117 |
} |
119 | 118 |
|
120 |
print($form->parse_html_template2("dbupgrade/std_buchungsgruppen_unknown_coa", { "coa" => $coa }));
|
|
119 |
print($form->parse_html_template("dbupgrade/std_buchungsgruppen_unknown_coa", { "coa" => $coa })); |
|
121 | 120 |
|
122 | 121 |
return 1; |
123 | 122 |
} |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).