diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index e056cb4df..86314ef2b 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.201 2008-05-29 11:06:26 matthew Exp $ +# $Id: index.cgi,v 1.202 2008-07-10 09:09:23 matthew Exp $ use strict; use Standard; @@ -429,6 +429,9 @@ sub display_form { { easting => $easting, northing => $northing }, '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}; + if ($q->{site} eq 'scambs') { delete $all_councils->{2218}; return display_location($q, _('That location is not within the boundary of South Cambridgeshire District Council - you can report problems elsewhere in Great Britain using <a href="http://www.fixmystreet.com/">FixMyStreet</a>.')) unless $all_councils->{2260}; |