Home
last modified time | relevance | path

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

/plugin/issuetracker/
H A Dedit.php68 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
110 …if ($conf['plugin']['issuetracker']['mail_templates']==1) $bodyhtml = replace_bodyhtml($currentID,…
116 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) { function
H A Daction.php2670 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, …
2735 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, …
2808 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, …
2858 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, …
2933 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) { function in action_plugin_issuetracker
H A Dsyntax.php974 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, …
1043 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) { function in syntax_plugin_issuetracker