X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3a94f4d2dd9a835d4a7007e1b999ea00b3c4e1cd..559eae2013bbd4b634ca55e355fa5b35980cd069:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index efcad4ad8..6e7145f20 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1617,7 +1617,7 @@ sub get_standard_dbh { undef $standard_dbh; } - $standard_dbh ||= SL::DB::create->dbh; + $standard_dbh ||= $self->dbconnect_noauto($myconfig); $main::lxdebug->leave_sub(2);