]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/ic.pl
Syntaxhighlighting für Emacs.
[kivitendo-erp.git] / bin / mozilla / ic.pl
index c52288ad2605eb9757f85f83e8f068c1682e9aba..b99fb25f4409c6691bfca86672b7718b5f1498f3 100644 (file)
@@ -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};