| D | edit.php | 19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument 68 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); … 80 function _emailToAssigneeMod($currentID, $project, $issue, $value, $usr) argument 110 …1) $bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); 116 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); … 179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) { argument 217 $bodyhtml = str_ireplace("%%resolver%%",$usr,$bodyhtml); 218 $bodyhtml = str_ireplace("%%mod_by%%",$usr,$bodyhtml); 319 function _log_mods($project, $issue, $usr, $column, $old_value, $new_value) argument 333 $mods[$mod_id]['user'] = $usr; [all …]
|