Searched refs:userGroups (Results 1 – 2 of 2) sorted by relevance
57 var $userGroups = array (); // set of user group wich are schedule groupe variable in schedules136 $userGroups = array ();143 $userGroups [] = $tmpMember;146 $this->userGroups = $userGroups;153 return $this->isAdmin () || in_array ($member, $this->userGroups);160 if (in_array ($member, $this->userGroups))169 if (!in_array ($member, $this->userGroups))1505 … $availableGroup = ($this->isAdmin () || $this->printProp)? $this->allGroups : $this->userGroups;
525 $userGroups = $INFO['userinfo']['grps'];527 if (($groups != null) and ($groups[0] != null) and ($userGroups != null)) {528 $test = array_intersect($groups, $userGroups);