]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
(Installations-)Hilfe für Einsteiger eingebaut
[mfinanz.git] / SL / Form.pm
index efcad4ad8ddedf68d1f0814216dd5d5e572c0986..6e7145f20fb5d773897029abe9508fb422b3adbf 100644 (file)
@@ -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);