Revision a1486b4e
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_template("dbupgrade/units_error", |
|
15 |
{ "message" => $msg })); |
|
14 |
print($main::form->parse_html_template2("dbupgrade/units_error",
|
|
15 |
{ "message" => $msg }));
|
|
16 | 16 |
return 2; |
17 | 17 |
} |
18 | 18 |
|
... | ... | |
117 | 117 |
return update_steuersaetze_skr04(); |
118 | 118 |
} |
119 | 119 |
|
120 |
print($form->parse_html_template("dbupgrade/" . |
|
121 |
"std_buchungsgruppen_unknown_coa", |
|
122 |
{ "coa" => $coa })); |
|
120 |
print($form->parse_html_template2("dbupgrade/std_buchungsgruppen_unknown_coa", { "coa" => $coa })); |
|
123 | 121 |
|
124 | 122 |
return 1; |
125 | 123 |
} |
126 | 124 |
|
127 | 125 |
|
128 | 126 |
|
129 |
return update_steuersaetze(); |
|
127 |
return update_steuersaetze(); |
Auch abrufbar als: Unified diff
Umstellung der Vorlagen aus templates/webpages/dbupgrade von HTML::Template auf Template.