Home
last modified time | relevance | path

Searched refs:log_comment (Results 1 – 3 of 3) sorted by relevance

/web-bugs/www/
H A Drpc.php69 $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 Dfix.php154 $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 Dbug.php370 $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 11 milliseconds