Revision 7783c24d
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
1535 | 1535 |
sub retrieve_accounts { |
1536 | 1536 |
$main::lxdebug->enter_sub(2); |
1537 | 1537 |
|
1538 |
my ($self, $myconfig, $form, $parts_id, $index, $copy_accnos) = @_;
|
|
1538 |
my ($self, $myconfig, $form, $parts_id, $index) = @_; |
|
1539 | 1539 |
|
1540 | 1540 |
my ($query, $sth, $dbh); |
1541 | 1541 |
|
Auch abrufbar als: Unified diff
Der benannte Parameter $copy_accnos wird ansonsten nicht verwendet.