Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9aaca433

Von Moritz Bunkus vor etwa 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:

bin/mozilla/amtemplates.pl
221 221
  $options{"HIDDEN"} = [ map(+{ "name" => $_, "value" => $form->{$_} }, @hidden) ];
222 222

  
223 223
  $form->header;
224
  print($form->parse_html_template2("am/edit_templates", \%options));
224
  print($form->parse_html_template("am/edit_templates", \%options));
225 225

  
226 226
  $lxdebug->leave_sub();
227 227
}

Auch abrufbar als: Unified diff