diff options
Diffstat (limited to 'web')
-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}; |