> > > > > > > > > > > > project_id ); foreach( $t_related_custom_field_ids as $t_id ) { if ( !custom_field_has_read_access( $t_id, $f_bug_id ) ) { continue; } # has read access $t_custom_fields_found = true; $t_def = custom_field_get_definition( $t_id ); ?> > reporter_id == auth_get_current_user_id() ) || access_has_bug_level( config_get( 'view_attachments_threshold' ), $f_bug_id ); if ( $t_show_attachments ) { ?> > >
category ?> severity ) ?> reproducibility ) ?> date_submitted ) ?> last_updated ) ?>
reporter_id, $f_bug_id ) ?> view_state ) ?>  
handler_id, $f_bug_id ) ?>
priority ) ?> resolution ) ?> platform ?>
status ) ?> duplicate_id ) ?> os ?>
projection ) ?>   os_build ?>
eta ) ?>   version ?>
  build?>
summary ?>
description ?>
steps_to_reproduce ?>
additional_information ?>
$t_custom_field_value"; } else { echo $t_custom_field_value; } ?>
'; } ?> '; } ?>
status < config_get( 'bug_resolved_status_threshold' ) ) { include( $t_mantis_dir . 'bug_file_upload_inc.php' ); } # User list monitoring the bug include( $t_mantis_dir . 'bug_monitor_list_view_inc.php' ); # Bugnotes include( $t_mantis_dir . 'bugnote_add_inc.php' ); include( $t_mantis_dir . 'bugnote_view_inc.php' ); # History if ( $f_history ) { include( $t_mantis_dir . 'history_inc.php' ); } html_page_bottom1( __FILE__ ); ?>