diff options
author | matthew <matthew> | 2007-03-08 18:00:41 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-03-08 18:00:41 +0000 |
commit | da22ec050ba675deffea500ef874c98d5d0a347a (patch) | |
tree | 25af5c1c93c5ef682292c6e46b57a263fe31b6ff | |
parent | 64eb3fee74e45edd0bf245c36c5fb2d9f40d4d34 (diff) |
Best way to sort this - add them all :) A-C.
-rwxr-xr-x | web/index.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/index.cgi b/web/index.cgi index 2a60e9ced..0dd4de218 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.88 2007-03-08 17:36:25 matthew Exp $ +# $Id: index.cgi,v 1.89 2007-03-08 18:00:41 matthew Exp $ # TODO # Nothing is done about the update checkboxes - not stored anywhere on anything! @@ -805,8 +805,8 @@ sub geocode_string { sub is_valid_council { my $councils = shift; $councils = [ $councils ] unless ref($councils) eq 'ARRAY'; - my @councils_no_email = (2288,2402,2390,2252,2351,2430,2375,2285,2377,2374,2330,2454,2284,2378,2294,2312,2419,2386,2363,2353,2296,2300,2291,2268,2512,2504,2510, - 2530,2531,2545,2586,2554,2574,2580,2615,2596,2599,2601,2648,2652,2607,2582,14287,14317,14328,2225,2222,2248,2246,2224,2236); + my @councils_no_email = (2288,2402,2252,2351,2430,2375,2285,2374,2330,2454,2284,2378,2294,2312,2386,2363,2296,2300,2291,2504,2510, + 2530,2531,2545,2586,2574,2580,2615,2596,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); |