Revision 9933c636
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
2608 | 2608 |
my ($self, $myconfig, $table, $module) = @_; |
2609 | 2609 |
|
2610 | 2610 |
my $ref; |
2611 |
my $dbh = $self->get_standard_dbh($myconfig);
|
|
2611 |
my $dbh = $self->get_standard_dbh; |
|
2612 | 2612 |
|
2613 | 2613 |
$table = $table eq "customer" ? "customer" : "vendor"; |
2614 | 2614 |
|
Auch abrufbar als: Unified diff
eine get_standard_dbh reduziert.