From: Moritz Bunkus Date: Fri, 24 Nov 2006 14:44:23 +0000 (+0000) Subject: Emacs... Syntaxhighlighting... X-Git-Tag: release-2.4.0^2~177 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e4cc127ad5e8b572a747de9be85ebccd4a73a953;p=kivitendo-erp.git Emacs... Syntaxhighlighting... --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 933db34aa..501d885dd 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -162,7 +162,7 @@ sub invoice_links { } # currencies - @curr = split /:/, $form->{currencies}; + @curr = split(/:/, $form->{currencies}); chomp $curr[0]; $form->{defaultcurrency} = $curr[0];