remove WebGUI::Utility::isIn

This commit is contained in:
Graham Knop 2010-09-07 12:33:15 -05:00
parent 0e754a51e4
commit 6aa26c2e44
61 changed files with 126 additions and 148 deletions

View file

@ -1177,7 +1177,7 @@ sub www_sendMessage {
$activeFriendCount++;
}
my $isChecked = WebGUI::Utility::isIn($friendId,@friendsChecked);
my $isChecked = $friendId ~~ @friendsChecked;
my $friendHash = {
'friend_id' => $friendId,
'friend_name' => $friends->{$friendId},