MantisBT: master-1.2.x 255ded95

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-08-12 09:49 master-1.2.x 18e38217
Affected Issues  0012084: Excel export does not work when Due Date is included in the Columns
Changeset

Fix 0011983: Excel export crashes due to missing due date export function

The excel_format_due_date() function was missing from excel_api.php.
When the due date column was turned on and the Excel export feature
used, the export would crash due to not being able to find the missing
due date export function.

Thanks to Dominik Blunk for this patch.

mod - core/excel_api.php Diff File