Home
last modified time | relevance | path

Searched refs:closed_reason_code (Results 1 – 5 of 5) sorted by relevance

/dports/devel/rth/rth/
H A Dbug_close_page.php45 $closed_reason_code = $row[BUG_CLOSED_REASON_CODE]; variable
69 $selected_value = session_validate_form_get_field('closed_reason_code', $closed_reason_code);
H A Dexercise.php269 $closed_reason_code = $bug_row[BUG_SEVERITY]; variable
295 print"<td>$closed_reason_code </td>". NEWLINE;
H A Dbug_detail_update_page.php62 $closed_reason_code = $row[BUG_CLOSED_REASON_CODE]; variable
/dports/devel/truc/truc_0.12.0/
H A Dexercise.php268 $closed_reason_code = $bug_row[BUG_SEVERITY]; variable
294 print"<td>$closed_reason_code </td>\n";
/dports/devel/rth/rth/api/
H A Dbug_api.php780 function bug_close( $bug_id, $closed_reason_code, $bugnote ) { argument
783 bug_update_field( $bug_id, BUG_CLOSED_REASON_CODE, $closed_reason_code );