View Issue Details

IDProjectCategoryView StatusLast Update
0005506mantisbtprintingpublic2005-07-23 02:09
Reporterjohnwebbcole Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version1.0.0a3 
Summary0005506: code appears in excel view...
Description

It looks like there is some debugging code appearing at the top of the excel printed reports (both in excel and the ie view).

I'm attaching an example.

Additional Information

array(27) { [0]=> string(2) "id" [1]=> string(8) "category" [2]=> string(8) "severity" [3]=> string(15) "reproducibility" [4]=> string(14) "date_submitted" [5]=> string(11) "last_update" [6]=> string(8) "reporter" [7]=> string(11) "assigned_to" [8]=> string(8) "priority" [9]=> string(6) "status" [10]=> string(5) "build" [11]=> string(10) "projection" [12]=> string(3) "eta" [13]=> string(8) "platform" [14]=> string(2) "os" [15]=> string(10) "os_version" [16]=> string(15) "product_version" [17]=> string(10) "resolution" [18]=> string(12) "duplicate_id" [19]=> string(7) "summary" [20]=> string(11) "description" [21]=> string(18) "steps_to_reproduce" [22]=> string(22) "additional_information" [23]=> string(14) "attached_files" [24]=> string(13) "bugnote_title" [25]=> string(12) "bugnote_date" [26]=> string(19) "bugnote_description" }

TagsNo tags attached.

Activities

yamoo

yamoo

2005-07-21 08:34

reporter   ~0010902

You must comment out the Line 121 in print_all_bug_page_excel.php:

#var_dump($t_field_name_arr);

thraxisp

thraxisp

2005-07-21 17:27

reporter   ~0010908

This was fixed in 1.0.0a3.