]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Projektverwaltung in eine eigene Datei ausgelagert und auf die Verwendung von Templat...
[mfinanz.git] / SL / Form.pm
index d7da58c160f312e8fbe35bd2d0bd3a47fbbb711b..290eb754ecc23d3d22ea02f7d5f9c7ed001ea05a 100644 (file)
@@ -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);