template arrays noch leermachen
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 28 Mar 2007 17:23:51 +0000 (17:23 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 28 Mar 2007 17:23:51 +0000 (17:23 +0000)
bin/mozilla/io.pl

index c0b8856..6fc8960 100644 (file)
@@ -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";