Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #8475: Function used two times in the same file (only one is ne…
…cessary).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4646 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Oct 19, 2007
1 parent fb2d14b commit 6682a98
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions print_all_bug_page_excel.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: print_all_bug_page_excel.php,v 1.56 2007-07-03 11:36:46 zakman Exp $
# $Id: print_all_bug_page_excel.php,v 1.57 2007-10-19 05:55:35 vboctor Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -51,10 +51,6 @@
}
}

#settings for choosing the fields to print
# get the fields list
$t_field_name_arr = get_field_names();

# 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;
Expand Down Expand Up @@ -119,7 +115,6 @@

$f_bug_arr = explode_enum_string( $f_export );

# @@debug var_dump($t_field_name_arr);
for( $i=0; $i < $row_count; $i++ ) {

# prefix bug data with v_
Expand Down

0 comments on commit 6682a98

Please sign in to comment.