Revision 2e6f965b
Von Moritz Bunkus vor mehr als 18 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
}
|
||
|
||
# currencies
|
||
@curr = split /:/, $form->{currencies};
|
||
@curr = split(/:/, $form->{currencies});
|
||
chomp $curr[0];
|
||
$form->{defaultcurrency} = $curr[0];
|
||
|
Auch abrufbar als: Unified diff
Syntaxhighlighting für Emacs erleichter.