Revision 864b73ff
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
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
Syntaxhighlighting für Emacs.