]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
Der benannte Parameter $copy_accnos wird ansonsten nicht verwendet.
[mfinanz.git] / SL / IC.pm
index f5a1db9790fe787b4cd5c0d524b6c1ccf2e99238..ca37bcb8e42cd3e2bb64410ff280de8374f14917 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -1535,7 +1535,7 @@ sub follow_account_chain {
 sub retrieve_accounts {
   $main::lxdebug->enter_sub(2);
 
-  my ($self, $myconfig, $form, $parts_id, $index, $copy_accnos) = @_;
+  my ($self, $myconfig, $form, $parts_id, $index) = @_;
 
   my ($query, $sth, $dbh);