X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/573d7fd17b43a09a21e1acb2423b0160523819a8..5a08d9e4f939817c47f8f274b6e562782edd5179:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index fb5dffe9b..64d09d124 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1436,7 +1436,7 @@ sub get_standard_dbh { undef $standard_dbh; } - $standard_dbh ||= $self->dbconnect_noauto($myconfig); + $standard_dbh ||= SL::DB->create(undef, 'KIVITENDO')->dbh; $main::lxdebug->leave_sub(2);