remove WebGUI::Utility::isIn
This commit is contained in:
parent
0e754a51e4
commit
6aa26c2e44
61 changed files with 126 additions and 148 deletions
|
|
@ -1185,7 +1185,7 @@ sub www_getCompareFormData {
|
|||
}
|
||||
else {
|
||||
foreach my $result (@{$self->getListings}) {
|
||||
if(WebGUI::Utility::isIn($result->{assetId},@listingIds)){
|
||||
if($result->{assetId} ~~ @listingIds){
|
||||
$result->{checked} = 'checked';
|
||||
}
|
||||
push @results, $result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue