Lines Matching refs:currentID
19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument
58 …$lang['issuemod_see'].DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstring.chr(10).chr(…
68 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
80 function _emailToAssigneeMod($currentID, $project, $issue, $value, $usr) argument
106 …$lang['issuemod_see'].DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstring.chr(10).chr(…
110 …n']['issuetracker']['mail_templates']==1) $bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pst…
116 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) { argument
183 …$bodyhtml = str_ireplace("%%_see%%",DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstrin…
361 $currentID = $_POST['currentID']; variable
386 _emailForIssueMod($currentID, $project, $issues[$id_issue], $old_value, $field, $value, $usr);
403 _emailToAssigneeMod($currentID, $project, $issues[$id_issue], $value, $usr);