Searched refs:log_comment (Results 1 – 3 of 3) sorted by relevance
/web-bugs/www/ |
H A D | rpc.php | 69 $log_comment = bug_diff_render_html($changed); variable 70 if (!empty($log_comment)) { 72 bugs_add_comment($bug_id, $from, '', $log_comment, 'log');
|
H A D | fix.php | 154 $log_comment = bug_diff_render_html($changed); variable 155 if (!empty($log_comment)) { 156 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $log_comment, 'log');
|
H A D | bug.php | 370 $log_comment = bug_diff_render_html($changed); variable 372 if (!empty($log_comment)) { 373 $res = bugs_add_comment($bug_id, $from, '', $log_comment, 'log'); 553 $log_comment = bug_diff_render_html($changed); variable 555 if (!empty($log_comment)) { 556 $res = bugs_add_comment($bug_id, $from, $comment_name, $log_comment, 'log');
|
Completed in 6 milliseconds