X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/20bb6bcb4f1ee997637b6e31a482d209462bfb1e..b54e817db78d0f178ea1a339a5fdd1e4281db421:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 7fc4456f9..9bfb94554 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -532,6 +532,10 @@ sub _prepare_html_template { $additional_params->{"conf_latex_templates"} = $main::latex; $additional_params->{"conf_opendocument_templates"} = $main::opendocument_templates; + if (%main::debug_options) { + map { $additional_params->{'DEBUG_' . uc($_)} = $main::debug_options{$_} } keys %main::debug_options; + } + $main::lxdebug->leave_sub(); return $file;