diff options
author | matthew <matthew> | 2008-07-10 09:10:52 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-07-10 09:10:52 +0000 |
commit | 8138fa9ca58105cdc96029582e5ba1ea2f73c0e5 (patch) | |
tree | 3fd28e49112de251bfd6249027c713774f0e3b7a | |
parent | 282c25be27ba1da830cf6b2a971138cb372d2c2f (diff) |
Typo.
-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 86314ef2b..e876794f2 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.202 2008-07-10 09:09:23 matthew Exp $ +# $Id: index.cgi,v 1.203 2008-07-10 09:10:52 matthew Exp $ use strict; use Standard; @@ -430,7 +430,7 @@ sub display_form { 'polygon', $mySociety::VotingArea::council_parent_types); # Ipswich & St Edmundsbury are responsible for everything in their areas, no Suffolk - delete $all_councs->{2241} if $all_councils->{2446} || $all_councils->{2443}; + delete $all_councils->{2241} if $all_councils->{2446} || $all_councils->{2443}; if ($q->{site} eq 'scambs') { delete $all_councils->{2218}; |