aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xweb/index.cgi5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi
index c5585f78b..dd4c09c3b 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.250 2009-04-02 17:32:34 matthew Exp $
+# $Id: index.cgi,v 1.251 2009-04-15 10:25:44 matthew Exp $
use strict;
use Standard;
@@ -486,6 +486,9 @@ sub display_form {
# Ipswich & St Edmundsbury are responsible for everything in their areas, no Suffolk
delete $all_councils->{2241} if $all_councils->{2446} || $all_councils->{2443};
+ # Norwich is responsible for everything in its areas, no Norfolk
+ delete $all_councils->{2233} if $all_councils->{2391};
+
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};