Searched refs:bugs_add_comment (Results 1 – 7 of 7) sorted by relevance
/web-bugs/www/ |
H A D | rpc.php | 54 bugs_add_comment($bug_id, $from, $user, $ncomment, 'svn'); 72 bugs_add_comment($bug_id, $from, '', $log_comment, 'log');
|
H A D | fix.php | 156 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $log_comment, 'log'); 162 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $ncomment, 'comment');
|
H A D | bug.php | 251 …$res = bugs_add_comment($bug_id, $_POST['in']['commentemail'], $_POST['in']['name'], $ncomment, 'c… 373 $res = bugs_add_comment($bug_id, $from, '', $log_comment, 'log'); 379 $res = bugs_add_comment($bug_id, $from, '', $ncomment, 'comment'); 556 $res = bugs_add_comment($bug_id, $from, $comment_name, $log_comment, 'log'); 562 $res = bugs_add_comment($bug_id, $from, $comment_name, $ncomment, 'comment'); 1228 bugs_add_comment($bug, $from, $comment_name,
|
H A D | gh-pull-add.php | 128 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch');
|
H A D | patch-add.php | 149 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch');
|
/web-bugs/scripts/cron/ |
H A D | no-feedback | 31 bugs_add_comment($bug['id'], $mailfrom, '', $message, 'comment');
|
/web-bugs/include/ |
H A D | functions.php | 1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment') function
|
Completed in 13 milliseconds