From: Philip Reetz
Date: Mon, 30 Jul 2007 09:44:40 +0000 (+0000)
Subject: Sprache wurde nicht korrekt ausgewaehlt
X-Git-Tag: release-2.6.0beta1~547
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f414f3c69ac17e17efaae8d361a162a89b947d41;p=kivitendo-erp.git
Sprache wurde nicht korrekt ausgewaehlt
---
diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl
index afa4d2341..6629cb873 100644
--- a/bin/mozilla/io.pl
+++ b/bin/mozilla/io.pl
@@ -1449,7 +1449,7 @@ sub print_options {
opthash("opendocument", $form->{DF}{opendocument}, $locale->text("OpenDocument/OASIS")) : undef;
push @LANGUAGE_ID,
- map { opthash($_->{id}, ($_->{id} eq $form->{language} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{languages} }
+ map { opthash($_->{id}, ($_->{id} eq $form->{language_id} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{languages} }
if (ref $form->{languages} eq 'ARRAY');
push @PRINTER_ID,