Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f44e0506

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID f44e05062d58d2351e27fab42a393d508be35643
  • Vorgänger a4f92ff1
  • Nachfolger 50887746

$options ist eine Hashreferenz, kein Hash.

Unterschiede anzeigen:

bin/mozilla/io.pl
opthash("screen", $form->{OP}{screen}, $locale->text('Screen')),
(scalar @{ $form->{printers} } && $latex_templates) ?
opthash("printer", $form->{OP}{printer}, $locale->text('Printer')) : undef,
($latex_templates && !$options{no_queue}) ?
($latex_templates && !$options->{no_queue}) ?
opthash("queue", $form->{OP}{queue}, $locale->text('Queue')) : undef
if ($form->{media} ne 'email');
......
my $print_options = $form->parse_html_template("generic/print_options", { SELECTS => \@SELECTS, %template_vars } );
if ($options{inline}) {
if ($options->{inline}) {
$lxdebug->leave_sub() and return $print_options;
} else {
print $print_options; $lxdebug->leave_sub();

Auch abrufbar als: Unified diff