X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d18df453f55190d4807af324725ea82a8835d7fc..0fc625729439799ea3df4765da9ec0562315a180:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 0637e6ebb..bd16b4c30 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1616,7 +1616,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);