]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Form: parse_html_template: myconfig. Syntax entfernt
[mfinanz.git] / SL / Form.pm
index a3be59d6b9eb97d394cdd9c522de903404ec28e2..61dcc60db4b2366b7965d0b718c62c49d4ef1953 100644 (file)
@@ -627,7 +627,6 @@ sub _prepare_html_template {
       s/m+/\%m/gi;
       s/y+/\%Y/gi;
     } $::myconfig{"dateformat"};
-    $additional_params->{"myconfig"} ||= \%::myconfig;
   }
 
   $additional_params->{AUTH}          = $::auth;