]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
$form->get_standard_dbh nicht von Rose geƶffnetes Datenbankhandle nutzen lassen
[mfinanz.git] / SL / Form.pm
index 0637e6ebb4d92b063d8333f0579c626f4e764acb..bd16b4c307f1681af5fc06f60df239ceb400ea5a 100644 (file)
@@ -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);