Lines Matching refs:usr
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;
360 $usr = $_POST['usr']; variable
382 _log_mods($project, $issues[$id_issue], $usr, $field, $old_value, $value);
386 _emailForIssueMod($currentID, $project, $issues[$id_issue], $old_value, $field, $value, $usr);
403 _emailToAssigneeMod($currentID, $project, $issues[$id_issue], $value, $usr);