Searched defs:res (Results 1 – 3 of 3) sorted by relevance
/web-bugs/www/ |
H A D | bug.php | 251 …$res = bugs_add_comment($bug_id, $_POST['in']['commentemail'], $_POST['in']['name'], $ncomment, 'c… variable 373 $res = bugs_add_comment($bug_id, $from, '', $log_comment, 'log'); variable 379 $res = bugs_add_comment($bug_id, $from, '', $ncomment, 'comment'); variable 556 $res = bugs_add_comment($bug_id, $from, $comment_name, $log_comment, 'log'); variable 562 $res = bugs_add_comment($bug_id, $from, $comment_name, $ncomment, 'comment'); variable
|
H A D | gh-pull-add.php | 128 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); variable
|
H A D | patch-add.php | 149 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); variable
|
Completed in 8 milliseconds