. # -------------------------------------------------------- # $Id: print_all_bug_page_word.php,v 1.65.2.1 2007-10-13 22:34:17 giallu Exp $ # -------------------------------------------------------- ?> |]', '', $t_export_title ); # Make sure that IE can download the attachments under https. header( 'Pragma: public' ); header( 'Content-Type: application/msword' ); if ( preg_match( "/MSIE/", $_SERVER["HTTP_USER_AGENT"] ) ) { header( 'Content-Disposition: attachment; filename="' . urlencode( $t_export_title ) . '.doc"' ); } else { header( 'Content-Disposition: attachment; filename="' . $t_export_title . '.doc"' ); } } # This is where we used to do the entire actual filter ourselves $t_page_number = gpc_get_int( 'page_number', 1 ); $t_per_page = -1; $t_bug_count = null; $t_page_count = null; $result = filter_get_bug_rows( $t_page_number, $t_per_page, $t_page_count, $t_bug_count ); $row_count = sizeof( $result ); ?>
0 ) { $t_user_prof_table = config_get( 'mantis_user_profile_table' ); $query4 = "SELECT description FROM $t_user_prof_table WHERE id='$v_profile_id'"; $result4 = db_query( $query4 ); $t_profile_description = ''; if ( db_num_rows( $result4 ) > 0 ) { $t_profile_description = db_result( $result4, 0 ); } $t_profile_description = string_display( $t_profile_description ); ?>
 
 
 
 
 
   
 
$v2_date_added"; break; case DATABASE: PRINT "$v2_filename ($v2_filesize KB) $v2_date_added"; break; } if ( $i != ( $num_files - 1 ) ) { PRINT '
'; } } ?>
()
   
    (' . lang_get( 'edited_on').' '. $v3_last_modified . ')'; } ?>
'; default: echo $v3_note; } ?>

'; } # end in_array } # end main loop ?>