Home
last modified time | relevance | path

Searched refs:bugs_add_comment (Results 1 – 7 of 7) sorted by relevance

/web-bugs/www/
H A Drpc.php54 bugs_add_comment($bug_id, $from, $user, $ncomment, 'svn');
72 bugs_add_comment($bug_id, $from, '', $log_comment, 'log');
H A Dfix.php157 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $log_comment, 'log');
163 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $ncomment, 'comment');
H A Dbug.php252 …$res = bugs_add_comment($bug_id, $_POST['in']['commentemail'], $_POST['in']['name'], $ncomment, 'c…
374 $res = bugs_add_comment($bug_id, $from, '', $log_comment, 'log');
380 $res = bugs_add_comment($bug_id, $from, '', $ncomment, 'comment');
557 $res = bugs_add_comment($bug_id, $from, $comment_name, $log_comment, 'log');
563 $res = bugs_add_comment($bug_id, $from, $comment_name, $ncomment, 'comment');
1229 bugs_add_comment($bug, $from, $comment_name,
H A Dgh-pull-add.php128 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch');
H A Dpatch-add.php142 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch');
/web-bugs/scripts/cron/
H A Dno-feedback31 bugs_add_comment($bug['id'], $mailfrom, '', $message, 'comment');
/web-bugs/include/
H A Dfunctions.php1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment') function

Completed in 31 milliseconds