X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/42ecd63a35d8800977547f073de9336cbddfd5fd..af85b761c4c8b34c250b760233e433d59a8fa050:/SL/Form.pm
diff --git a/SL/Form.pm b/SL/Form.pm
index acc6c6b58..e7fea51f4 100644
--- a/SL/Form.pm
+++ b/SL/Form.pm
@@ -37,6 +37,8 @@
package Form;
+use HTML::Template;
+
sub _input_to_hash {
$main::lxdebug->enter_sub();
@@ -141,7 +143,6 @@ sub new {
$self->{action} =~ s/( |-|,|#)/_/g;
$self->{version} = "2.2.0";
- $self->{dbversion} = "2.2.0";
$main::lxdebug->leave_sub();
@@ -243,17 +244,7 @@ sub error {
$msg =~ s/\n/
/g;
$self->header;
-
- print qq|
-
$msg - - -