diff options
author | matthew <matthew> | 2007-02-27 01:41:41 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-02-27 01:41:41 +0000 |
commit | 5adbac9ec396df9faa9b73d054f4a75bce89acfa (patch) | |
tree | 670d1aa1f54d6674f76798070da650ca12a8df4b | |
parent | f29db3bd57515dd0cbc3d916f3d2046a3c81c8aa (diff) |
Add Enfield (probably should get this out of CVS, ho-hum).
-rwxr-xr-x | web/index.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi index a14fa7134..473d5be0c 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.82 2007-02-27 01:36:09 matthew Exp $ +# $Id: index.cgi,v 1.83 2007-02-27 01:41:41 matthew Exp $ # TODO # Nothing is done about the update checkboxes - not stored anywhere on anything! @@ -798,7 +798,7 @@ 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,2495,2510, + 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,2516,2531,2545,2586,2554,2574,2580,2615,2596,2599,2601,2648,2652,2607,2582,14287,14317,14328,2225,2222,2248,2246,2224,2244,2236); my $invalid_councils = ''; |