This commit is contained in:
Matthew Wilson 2006-04-17 08:03:51 +00:00
parent 72974abb58
commit 54ac302d1d

View file

@ -1122,7 +1122,7 @@ sub verifyAllPrerequisites {
foreach my $oldMsg (@$msgLoop) { foreach my $oldMsg (@$msgLoop) {
$add = 0 if $oldMsg->{productId} eq $newMsg->{productId}; $add = 0 if $oldMsg->{productId} eq $newMsg->{productId};
} }
push (@$msgLoop,$newMsg) if $update; push (@$msgLoop,$newMsg) if $add;
} }
$lastResultsSize = scalar(keys %$lastResults); $lastResultsSize = scalar(keys %$lastResults);
} }