diff options
-rwxr-xr-x | bin/send-reports | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/send-reports b/bin/send-reports index 03584b014..add88089a 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-reports,v 1.54 2008-09-05 18:05:58 matthew Exp $ +# $Id: send-reports,v 1.55 2008-09-05 18:18:20 matthew Exp $ use strict; require 5.8.0; @@ -159,12 +159,12 @@ If you know of an appropriate contact address, please do get in touch. ]\n\n"; push @recips, mySociety::Config::get('CONTACT_EMAIL'); # Special case for this parish council - if ($address && $address =~ /Sprowston/ && $row->{council} == 2233 && $row->{category} eq 'Street lighting') { - $h{councils_name} = 'Sprowston Parish Council'; - my $e = 'parishclerk' . '@' . 'sprowston-pc.gov.uk'; - @to = ( [ $e, $h{councils_name} ] ); - @recips = ($e); - } + # if ($address && $address =~ /Sprowston/ && $row->{council} == 2233 && $row->{category} eq 'Street lighting') { + # $h{councils_name} = 'Sprowston Parish Council'; + # my $e = 'parishclerk' . '@' . 'sprowston-pc.gov.uk'; + # @to = ( [ $e, $h{councils_name} ] ); + # @recips = ($e); + # } my $email = mySociety::Email::construct_email({ _template_ => $template, |