aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-02 14:30:57 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-05-02 14:30:57 +0100
commit9ddb8c6c990f618e3d65bc4a060f92bce43da7e1 (patch)
treed9e6a38c786927b7f85e9aab78e3bdc88dd48430 /perllib
parenta058b870b0ef168bf41d8cb0f32bc734bd1fd75a (diff)
[fixmystreet.com] ISO dates in summary CSV export.
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/App/Controller/Reports.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm
index 20381bb85..3aa24c2db 100644
--- a/perllib/FixMyStreet/App/Controller/Reports.pm
+++ b/perllib/FixMyStreet/App/Controller/Reports.pm
@@ -490,8 +490,8 @@ sub export_summary_csv : Private {
'id',
'title',
'category',
- 'created_pp',
- 'confirmed_pp',
+ 'created',
+ 'confirmed',
'state',
'latitude', 'longitude',
'postcode',