Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl | ||
---|---|---|
48 | 48 |
|
49 | 49 |
if (@warnings) { |
50 | 50 |
@warnings = map(+{ "message" => $_ }, @warnings); |
51 |
print($form->parse_html_template2("dbupgrade/update_templates_warnings", |
|
52 |
{ "WARNINGS" => \@warnings })); |
|
51 |
print($form->parse_html_template("dbupgrade/update_templates_warnings", { "WARNINGS" => \@warnings })); |
|
53 | 52 |
} |
54 | 53 |
|
55 | 54 |
return 1; |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).