106 my @tempArray = @{$this->{'entityhash'}->{$entity}}; 107 for (my $index; $index < @tempArray; $index++) 108 { 109 if ($tempArray[$index] == $entityId) 110 { 111 splice(@{$this->{'entityhash'}->{$entity}}, $index, 1); 112 } 113 } 137 my @tempArray = @{$this->{'entityhash'}->{$entity}}; 138 for (my $index; $index < @tempArray; $index++) 139 { 140 if ($tempArray[$index] == $entityId) 141 { 142 splice(@{$this->{'entityhash'}->{$entity}}, $index, 1); 143 } 144 }