diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-10 12:14:25 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-10 12:14:25 +0000 |
commit | d268531eb127f2a0767cadc5cc0fdaa40d4dfe30 (patch) | |
tree | 754d8bde7fedb0f0de11720e998a29aeda84af33 /web/reports.cgi | |
parent | 7fa3d36e8a1d245e55a1d6100e61ca88b43feb5b (diff) |
Translation update from Petter.
Diffstat (limited to 'web/reports.cgi')
-rwxr-xr-x | web/reports.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/reports.cgi b/web/reports.cgi index fe4213be4..999e82bb3 100755 --- a/web/reports.cgi +++ b/web/reports.cgi @@ -22,9 +22,11 @@ sub main { my $all = $q->param('all') || 0; my $rss = $q->param('rss') || ''; my $cobrand = Page::get_cobrand($q); + # Look up council name, if given my $q_council = $q->param('council') || ''; my $base_url = Cobrand::base_url($cobrand); + # Manual misspelling redirect if ($q_council =~ /^rhondda cynon taff$/i) { print $q->redirect($base_url . '/reports/Rhondda+Cynon+Taf'); |