aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Reports.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-03 22:18:05 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-03 22:18:05 +0100
commitb019beb393534919c249fa16e7ab07ac63fa52c5 (patch)
treed2dd1a1a97246c7bce6814f84ec09cd341301b6e /perllib/FixMyStreet/App/Controller/Reports.pm
parent5d2261eb81e9e28bbaa1f52c668be164bb7a597d (diff)
Fix bug whereby lat/lon were being stored the wrong way round in local alerts.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Reports.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm
index 92dbced15..993cd752e 100644
--- a/perllib/FixMyStreet/App/Controller/Reports.pm
+++ b/perllib/FixMyStreet/App/Controller/Reports.pm
@@ -4,7 +4,6 @@ use namespace::autoclean;
use Problems;
use POSIX qw(strcoll);
-# use FixMyStreet::Alert;
use mySociety::MaPit;
use mySociety::VotingArea;