Skip to content

Commit

Permalink
Merge pull request #638 from zlamalp/fix_ifis
Browse files Browse the repository at this point in the history
fix(vsup_ifis): fixed variable name for deleted addresses counter
  • Loading branch information
HejdaJakub authored Sep 13, 2021
2 parents 3449e05 + 9872592 commit bd02f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send/vsup_ifis
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ foreach my $uco (sort keys %$dataByKey) {
# user don't have an address - remove any existing address
if($DEBUG == 1) { print "DELETE ADR: $uco\n"; }
$deleteAdr->execute($uco);
$deleteAdr++;
$deletedAdr++;
handleAkt($uco, 'ADR');
}
}
Expand Down

0 comments on commit bd02f42

Please sign in to comment.