]> wagnertech.de Git - kivitendo-erp.git/commitdiff
eine get_standard_dbh reduziert.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 15 Mar 2010 10:45:20 +0000 (11:45 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 20 Jul 2010 09:23:14 +0000 (11:23 +0200)
SL/Form.pm

index 5f5cd72b596abbd79fc6a52b99170ea98bc62012..9ad161010f3611eb268d333d48efecf6c2d1f8b0 100644 (file)
@@ -2608,7 +2608,7 @@ sub all_vc {
   my ($self, $myconfig, $table, $module) = @_;
 
   my $ref;
   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";
 
 
   $table = $table eq "customer" ? "customer" : "vendor";