X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/596c6378c4d1a9b8815310d2481aed3ed066eed4..0884406403ce36af3484924086527ba689807329:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index d7da58c16..290eb754e 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -763,6 +763,7 @@ sub parse_html_template { if (!$template->process($file, $additional_params, \$output)) { print STDERR $template->error(); } + $main::lxdebug->message(0, "err " . $template->error()); $output = $main::locale->{iconv}->convert($output) if ($main::locale);