aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-03-12 23:12:23 +0000
committermatthew <matthew>2007-03-12 23:12:23 +0000
commita85ae70e8165c614e8d42f193651f58e786becd0 (patch)
tree05741175b97d919f647fa90dc0a33fddda7173dd
parentfbf751cbcc986781ecff1d084975fec851a57653 (diff)
Thurrock.
-rwxr-xr-xweb/index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi
index af50b7d7a..3b36ee5f4 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: index.cgi,v 1.92 2007-03-09 16:56:51 matthew Exp $
+# $Id: index.cgi,v 1.93 2007-03-12 23:12:23 matthew Exp $
# TODO
# Nothing is done about the update checkboxes - not stored anywhere on anything!
@@ -806,7 +806,7 @@ sub is_valid_council {
my $councils = shift;
$councils = [ $councils ] unless ref($councils) eq 'ARRAY';
my @councils_no_email = (2288,2402,2252,2351,2430,2375,2285,2284,2378,2294,2312,2386,2363,2296,2300,2291,2504,2510,
- 2530,2531,2545,2586,2574,2580,2615,2599,2601,2652,2607,2582,14287,14317,14328,2225,2222,2248,2246,2224,2236);
+ 2530,2531,2545,2586,2574,2580,2599,2601,2652,2607,2582,14287,14317,14328,2225,2222,2248,2246,2224,2236);
my $invalid_councils = '';
grep (vec($invalid_councils, $_, 1) = 1, @councils_no_email);