From: Moritz Bunkus Date: Wed, 13 Dec 2006 16:30:31 +0000 (+0000) Subject: Syntaxhighlighting für Emacs erleichter. X-Git-Tag: release-2.4.0^2~37 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2e6f965bbc04d506fed5ac2dfac32c1542b09cb6;p=kivitendo-erp.git Syntaxhighlighting für Emacs erleichter. --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 1d3e1a248..3bfcbf620 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -112,7 +112,7 @@ sub invoice_links { } # currencies - @curr = split /:/, $form->{currencies}; + @curr = split(/:/, $form->{currencies}); chomp $curr[0]; $form->{defaultcurrency} = $curr[0];