From 1b4cbffa1fbae97f0073be74dbe5cf6105f796f8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 4 Apr 2007 14:11:40 +0000 Subject: [PATCH] =?utf8?q?Bei=20der=20Drop-Down-Box=20f=C3=BCr=20die=20Dru?= =?utf8?q?cker=20wieder=20den=20Druckernamen=20anzeigen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 191277636..eefdefe0d 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1527,7 +1527,7 @@ sub print_options { if (ref $form->{languages} eq 'ARRAY'); push @PRINTER_ID, - map { opthash($_->{id}, ($_->{id} eq $form->{printer_id} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{printers} } + map { opthash($_->{id}, ($_->{id} eq $form->{printer_id} ? 'selected' : ''), $_->{printer_description}) } +{}, @{ $form->{printers} } if (ref $form->{printers} eq 'ARRAY'); @SELECTS = map { sname => lc $_, DATA => \@$_, show => scalar @$_ }, qw(FORMNAME LANGUAGE_ID FORMAT SENDMODE MEDIA PRINTER_ID); -- 2.20.1