Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 864b73ff

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 864b73ffb0964215f287a393ea37ec2eef6eb8eb
  • Vorgänger 6277aeff
  • Nachfolger b80a03a9

Syntaxhighlighting für Emacs.

Unterschiede anzeigen:

bin/mozilla/ic.pl
2081 2081
  IC->create_links("IC", \%myconfig, \%$form);
2082 2082

  
2083 2083
  # currencies
2084
  map { $form->{selectcurrency} .= "<option>$_\n" } split /:/,
2085
    $form->{currencies};
2084
  map({ $form->{selectcurrency} .= "<option>$_\n" }
2085
      split(/:/, $form->{currencies}));
2086 2086

  
2087 2087
  # parts and assemblies have the same links
2088 2088
  $item = $form->{item};

Auch abrufbar als: Unified diff