. # -------------------------------------------------------- # $Id: print_bug_page.php,v 1.60.2.1 2007-10-13 22:34:18 giallu Exp $ # -------------------------------------------------------- ?>
0 ) { $t_user_prof_table = config_get( 'mantis_user_profile_table' ); $query = "SELECT description FROM $t_user_prof_table WHERE id='$v_profile_id'"; $result = db_query( $query ); $t_profile_description = ''; if ( db_num_rows( $result ) > 0 ) { $t_profile_description = db_result( $result, 0 ); } $t_profile_description = string_display_links( $t_profile_description ); ?> "; echo ""; echo ""; } # MASC RELATIONSHIP ?>
 
 
 
 
 
   
 
" . lang_get( 'bug_relationships' ) . "" . relationship_get_summary_html_preview( $c_bug_id ) . "