diff options
author | matthew <matthew> | 2009-08-07 12:54:40 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-08-07 12:54:40 +0000 |
commit | 368a244a052fa6d72d6245b14de63d4ec73edb3d (patch) | |
tree | a9b68b01c4dbf91cc64ba1c188724fd6d7c0e617 /bin/send-reports | |
parent | 67630ce3808b17f942fe93036d4c31417e7c74cb (diff) |
Oxfordshire also get E/N (might turn for all with a little more work).
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-reports b/bin/send-reports index 757e31f38..09fd96d81 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.71 2009-07-10 17:29:04 matthew Exp $ +# $Id: send-reports,v 1.72 2009-08-07 12:54:40 matthew Exp $ use strict; require 5.8.0; @@ -150,7 +150,7 @@ foreach my $row (@$unsent) { next unless $all_confirmed; $template = 'submit-council'; - $template = 'submit-brent' if $row->{council} eq 2488; + $template = 'submit-brent' if $row->{council} eq 2488 || $row->{council} eq 2237; $template = File::Slurp::read_file("$FindBin::Bin/../templates/emails/$template"); if ($h{category} eq 'Other') { |