@ -152,9 +152,9 @@ function construct_not_selected_select_form($group_list=null, $user_list=null,$t
// adding the individual users to the select form
foreach($user_list as $this_user)
{
if (!in_array("USER:".$this_user[uid],$to_already_selected)) // $to_already_selected is the array containing the users (and groups) that are already selected
if (!in_array("USER:".$this_user["user_id"],$to_already_selected)) // $to_already_selected is the array containing the users (and groups) that are already selected