diff options
author | matthew <matthew> | 2009-04-15 10:25:44 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-04-15 10:25:44 +0000 |
commit | 3b99672a8063df3ba3fdd6ab9805411985e6b3df (patch) | |
tree | fc351b963785c16d9ee835e7eae93025279c2939 | |
parent | 2f4707d92a447289a3330611e2f7514984c4150c (diff) |
As per comment, Norwich responsible for highways work within their area.
-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 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}; |