]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Nur noch ein DB-Hanlde pro Request zum Client aufmachen
[mfinanz.git] / SL / Form.pm
index fb5dffe9bd84530e598f0d6d25a48deadaf52756..64d09d1248b2f572a6feed499ee0d93857cc3527 100644 (file)
@@ -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);