Home
last modified time | relevance | path

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

/plugin/schedule/
H A Dschedules.class.php43 var $allGroups = array (); // dynamique set of groups name variable in schedules
129 $this->allGroups [] = $file;
132 sort ($this->allGroups);
142 if (in_array ($tmpMember, $this->allGroups))
1505 … $availableGroup = ($this->isAdmin () || $this->printProp)? $this->allGroups : $this->userGroups;