projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6277aef
)
Syntaxhighlighting für Emacs.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Feb 2007 11:39:04 +0000
(11:39 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Feb 2007 11:39:04 +0000
(11:39 +0000)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
c52288a
..
b99fb25
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-2081,8
+2081,8
@@
sub link_part {
IC->create_links("IC", \%myconfig, \%$form);
# currencies
- map
{ $form->{selectcurrency} .= "<option>$_\n" } split /:/,
-
$form->{currencies}
;
+ map
({ $form->{selectcurrency} .= "<option>$_\n" }
+
split(/:/, $form->{currencies}))
;
# parts and assemblies have the same links
$item = $form->{item};