Revision a1486b4e
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
sql/Pg-upgrade/Pg-upgrade-2.2.0.27-2.2.0.28.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 |
|
... | ... | |
76 | 76 |
|
77 | 77 |
my @coas = map(+{ "name" => $_ }, @valid_coas); |
78 | 78 |
|
79 |
print($form->parse_html_template("dbupgrade/coa_guess", |
|
80 |
{ "COAS" => \@coas })); |
|
79 |
print($form->parse_html_template2("dbupgrade/coa_guess",
|
|
80 |
{ "COAS" => \@coas }));
|
|
81 | 81 |
|
82 | 82 |
return 2; |
83 | 83 |
} |
Auch abrufbar als: Unified diff
Umstellung der Vorlagen aus templates/webpages/dbupgrade von HTML::Template auf Template.