MantisBT: master a5708e06

Author Committer Branch Timestamp Parent
vincent_sels vincent_sels master 2012-01-09 06:15 master b6c74564
Affected Issues  0013715: Export to csv and excel does not work for plugin columns ?
Changeset

Fix 0013715: Export plugin columns to CSV and Excel

Prior to this, trying to include plugin columns in a CSV or Excel
export would generate a file containing errors:

  • CSV: "Fatal error: Call to undefined function csv_format_XXX()
    in csv_export.php on line 116"
  • excel: "Fatal error: Call to undefined function excel_format_XXX()
    in excel_xml_export.php on line 96"

where XXX is the column's name.

Signed-off-by: Damien Regad damien.regad@merckgroup.com

mod - core/columns_api.php Diff File
mod - core/excel_api.php Diff File
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File
mod - print_all_bug_page.php Diff File