diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 16:20:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 16:20:29 +0100 |
commit | 3f5bf7ae6f87e9da2faa761065d7c6cc590183ff (patch) | |
tree | 2f16cc5f36657a19d4cf04b84cd7d7315af7ee69 | |
parent | 799b579fc2dcb3acd425c26b2f9ae90a5cd0aab7 (diff) |
Remove FMS related code from EmptyHomes SendReport.
-rw-r--r-- | perllib/FixMyStreet/SendReport/EmptyHomes.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/SendReport/EmptyHomes.pm b/perllib/FixMyStreet/SendReport/EmptyHomes.pm index 9453b4ca5..6c4a253d3 100644 --- a/perllib/FixMyStreet/SendReport/EmptyHomes.pm +++ b/perllib/FixMyStreet/SendReport/EmptyHomes.pm @@ -21,9 +21,6 @@ sub build_recipient_list { my ($council_email, $confirmed, $note) = ( $contact->email, $contact->confirmed, $contact->note ); - $council_email = essex_contact($row->latitude, $row->longitude) if $council == 2225; - $council_email = oxfordshire_contact($row->latitude, $row->longitude) if $council == 2237 && $council_email eq 'SPECIAL'; - unless ($confirmed) { $all_confirmed = 0; #$note = 'Council ' . $row->council . ' deleted' |