MantisBT: master-1.2.x e0ca2425

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2009-10-05 04:02 master-1.2.x da7d5c86
Affected Issues  0010748: due_date field does not display properly in View Issues and Print Issues
Changeset

Fix 0010748: CSV export: add due date column

The CSV export functionality needs to be able to export the due_date
column. However, we don't export the overdue column (yet) because
implementation of this column is a little bit more tricky with the
current CSV API.

mod - core/csv_api.php Diff File
mod - core/helper_api.php Diff File