Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9aaca433

Von Moritz Bunkus vor fast 17 Jahren hinzugefügt

  • ID 9aaca43317d3ea33d80a308cab7ce4c20d732a16
  • Vorgänger 1ced937c
  • Nachfolger 0451bb96

Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).

Unterschiede anzeigen:

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_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

  
......
76 75

  
77 76
  my @coas = map(+{ "name" => $_ }, @valid_coas);
78 77

  
79
  print($form->parse_html_template2("dbupgrade/coa_guess",
80
                                    { "COAS" => \@coas }));
78
  print($form->parse_html_template("dbupgrade/coa_guess", { "COAS" => \@coas }));
81 79

  
82 80
  return 2;
83 81
}

Auch abrufbar als: Unified diff