Home
last modified time | relevance | path

Searched +full:auth_ad_overflow +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/issuetracker/conf/
H A Ddefault.php19 $conf['auth_ad_overflow'] = 0;
H A Dmetadata.php19 $meta['auth_ad_overflow'] = array('onoff');
/plugin/issuetracker/
H A Daction.php846 …get_one_value($mod,'field'),'assign')!== false) && ($this->getConf('auth_ad_overflow') == false)) {
977 if($this->getConf('auth_ad_overflow') == false) {
1490 if($this->getConf('auth_ad_overflow') == false) {
1529 else { // auth_ad_overflow = true
2333 … && ($this->getConf('shw_mail_addr')===1) && ($this->getConf('auth_ad_overflow') == false))
2339 … && ($this->getConf('shw_mail_addr')===0) && ($this->getConf('auth_ad_overflow') == false))
2352 elseif($this->getConf('auth_ad_overflow') == true) {
2413 if(($allowedUser == true) or ($this->getConf('auth_ad_overflow') == true))
H A Dsyntax.php476 // search also action.php for 'auth_ad_overflow'
477 if($this->getConf('auth_ad_overflow') == false) {