Home
last modified time | relevance | path

Searched refs:userGroups (Results 1 – 2 of 2) sorted by relevance

/plugin/schedule/
H A Dschedules.class.php57 var $userGroups = array (); // set of user group wich are schedule groupe variable in schedules
136 $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;
/plugin/userhomepage/
H A Daction.php525 $userGroups = $INFO['userinfo']['grps'];
527 if (($groups != null) and ($groups[0] != null) and ($userGroups != null)) {
528 $test = array_intersect($groups, $userGroups);