Home
last modified time | relevance | path

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

/plugin/groupmail/
H A Dsyntax.php48 private $recipient_groups = array(); variable in syntax_plugin_groupmail
118 if (!in_array($group, $this->recipient_groups)){
126 if (count(array_intersect($info['grps'], $this->recipient_groups))==0) {
160 $this->recipient_groups = explode(',', $this->getConf('recipient_groups'));