From: Moritz Bunkus Date: Fri, 24 Nov 2006 12:45:06 +0000 (+0000) Subject: Syntaxhighlighting fuer Emacs erleichtern. X-Git-Tag: release-2.4.0^2~182 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ddafc28fb762945a988c0ee5a48216fd4746163b;p=kivitendo-erp.git Syntaxhighlighting fuer Emacs erleichtern. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 410a06eeb..6bf3e938e 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -229,7 +229,7 @@ sub order_links { } # currencies - @curr = split /:/, $form->{currencies}; + @curr = split(/:/, $form->{currencies}); chomp $curr[0]; $form->{defaultcurrency} = $curr[0]; $form->{currency} = $form->{defaultcurrency} unless $form->{currency};