From: Sven Schöling Date: Wed, 28 Mar 2007 17:23:51 +0000 (+0000) Subject: template arrays noch leermachen X-Git-Tag: release-2.4.3^2~561 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=71196b75e9beb984ead25c605ab91443269de88d;p=kivitendo-erp.git template arrays noch leermachen --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index c0b8856e6..6fc89608e 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1488,6 +1488,7 @@ sub print_options { # names 3 parameters and returns a hashref, for use in templates sub opthash { +{ value => shift, selected => shift, oname => shift } } + (@FORMNAME, @FORMNAME, @LANGUAGE_ID, @FORMAT, @SENDMODE, @MEDIA, @PRINTER_ID, @SELECTS) = (); # note: "||"-selection is only correct for values where "0" is _not_ a correct entry $form->{sendmode} = "attachment";