Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f44e0506

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID f44e05062d58d2351e27fab42a393d508be35643
  • Vorgänger a4f92ff1
  • Nachfolger 50887746

$options ist eine Hashreferenz, kein Hash.

Unterschiede anzeigen:

bin/mozilla/io.pl
1374 1374
      opthash("screen", $form->{OP}{screen}, $locale->text('Screen')),
1375 1375
    (scalar @{ $form->{printers} } && $latex_templates) ?
1376 1376
      opthash("printer", $form->{OP}{printer}, $locale->text('Printer')) : undef,
1377
    ($latex_templates && !$options{no_queue}) ?
1377
    ($latex_templates && !$options->{no_queue}) ?
1378 1378
      opthash("queue", $form->{OP}{queue}, $locale->text('Queue')) : undef
1379 1379
        if ($form->{media} ne 'email');
1380 1380

  
......
1413 1413

  
1414 1414
  my $print_options = $form->parse_html_template("generic/print_options", { SELECTS  => \@SELECTS, %template_vars } );
1415 1415

  
1416
  if ($options{inline}) {
1416
  if ($options->{inline}) {
1417 1417
    $lxdebug->leave_sub() and return $print_options;
1418 1418
  } else {
1419 1419
    print $print_options; $lxdebug->leave_sub();

Auch abrufbar als: Unified diff