. # -------------------------------------------------------- # $Id: print_all_bug_page.php,v 1.89.2.1 2007-10-13 22:34:15 giallu Exp $ # -------------------------------------------------------- ?>

Excel & Print export #$f_bug_array stores the number of the selected rows #$t_bug_arr_sort is used for displaying #$f_export is a string for the word and excel pages $f_bug_arr = gpc_get_int_array( 'bug_arr', array() ); $f_bug_arr[$row_count]=-1; for( $i=0; $i < $row_count; $i++ ) { if ( isset( $f_bug_arr[$i] ) ) { $index = $f_bug_arr[$i]; $t_bug_arr_sort[$index]=1; } } $f_export = implode( ',', $f_bug_arr ); $t_icon_path = config_get( 'icon_path' ); ?> ?>
' . '' . $t_icon[4] . ' '; } ?>

0 ) { $v_start = $f_offset+1; $v_end = $f_offset+$row_count; } else { $v_start = 0; $v_end = 0; } echo "( $v_start - $v_end )"; ?>