Index: core/bug_api.php =================================================================== --- core/bug_api.php (revision 5348) +++ core/bug_api.php (working copy) @@ -475,6 +475,7 @@ $c_additional_info = $p_bug_data->additional_information; $c_sponsorship_total = 0; $c_sticky = 0; + $c_due_date = $p_bug_data->due_date; # Summary cannot be blank if ( is_blank( $c_summary ) ) { @@ -592,6 +593,7 @@ " . db_param(25) . ", " . db_param(26) . ", " . db_param(27) . ")"; + db_query_bound( $query, Array( $c_project_id, $c_reporter_id, $c_handler_id, 0, $c_priority, $c_severity, $c_reproducibility, $t_status, $t_resolution, 10, $c_category_id, db_now(), db_now(), 10, $t_text_id, $c_os, $c_os_build, $c_platform, $c_version,$c_build, $c_profile_id, $c_summary, $c_view_state, $c_sponsorship_total, $c_sticky, '', $c_target_version, $c_due_date) );