View Issue Details

IDProjectCategoryView StatusLast Update
0007003mantisbtcsvpublic2006-09-12 00:52
Reporterhgaland Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.1.0a1 
Summary0007003: Error in version 1.1.0-CVS when exporting to CSV
Description

After integrating new fresh develelopments, I detected some bugs

  • When exporting to CSV:
    I get the following error in EXCEL sheet:
    Call to undefined function: csv_format_selection() in F:\MantisWeb\MantisDev\csv_export.php on line 114
Additional Information

Solution:
In new function helper_get_columns_to_view
Replace
$t_columns = helper_call_custom_function( 'get_columns_to_view', array( COLUMNS_TARGET_VIEW_PAGE ) );
With:
$t_columns = helper_call_custom_function( 'get_columns_to_view', array( $p_columns_target ) );

TagsNo tags attached.

Relationships

parent of 0007142 closedvboctor Port: Error in version 1.1.0-CVS when exporting to CSV 

Activities

There are no notes attached to this issue.