Home
last modified time | relevance | path

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

/plugin/issuetracker/conf/
H A Ddefault.php25 $conf['mail_modify_comment'] = 1;
H A Dmetadata.php25 $meta['mail_modify_comment'] = array('onoff');
/plugin/issuetracker/
H A Daction.php339 …if($this->getConf('mail_modify_comment') ===1) $this->_emailForMod($_REQUEST['project'],$issues[$_…
398 …if(($this->getConf('mail_modify_comment') ===1) && ($_REQUEST['minor_mod']!=="true")) $this->_emai…
424 …// if($this->getConf('mail_modify_comment') ===1) $this->_emailForMod($_REQUEST['project'],$issues…