Home
last modified time | relevance | path

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

/plugin/groupmail/
H A Dsyntax.php49 private $sender_groups = array(); variable in syntax_plugin_groupmail
159 $this->sender_groups = explode(',', $this->getConf('sender_groups'));
162 if (count(array_intersect($USERINFO['grps'], $this->sender_groups))==0) {