View Issue Details

IDProjectCategoryView StatusLast Update
0008475mantisbtprintingpublic2007-10-24 02:27
Reporterdeboutv Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0rc1 
Fixed in Version1.1.0rc2 
Summary0008475: Function used two times in the same file (only one is necessary)
Description

In the print_all_bug_page_excel.php file, the function "get_field_names" is used two times but only the second one is necessary:


#settings for choosing the fields to print

get the fields list

$t_field_name_arr = get_field_names();

...

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

TagsNo tags attached.

Activities

There are no notes attached to this issue.