]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Datei users/nologin auch auswerten, wenn login.pl aufgerufen wird
[mfinanz.git] / SL / Form.pm
index 5f5cd72b596abbd79fc6a52b99170ea98bc62012..9ad161010f3611eb268d333d48efecf6c2d1f8b0 100644 (file)
@@ -2608,7 +2608,7 @@ sub all_vc {
   my ($self, $myconfig, $table, $module) = @_;
 
   my $ref;
-  my $dbh = $self->get_standard_dbh($myconfig);
+  my $dbh = $self->get_standard_dbh;
 
   $table = $table eq "customer" ? "customer" : "vendor";