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 5f5cd72..9ad1610 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";