aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2007-06-15 10:03:35 +0000
committerfrancis <francis>2007-06-15 10:03:35 +0000
commitdee3420e5babae01aad2fa84cb45a1fefc16b93b (patch)
treed66bcbdcee4ac0b14164687163977f799a0e227e
parent30772065d0f671d109d98104f6f187372bd4a308 (diff)
Remove debugging
-rwxr-xr-xweb-admin/index.cgi7
1 files changed, 3 insertions, 4 deletions
diff --git a/web-admin/index.cgi b/web-admin/index.cgi
index 0526db5ef..e902dc216 100755
--- a/web-admin/index.cgi
+++ b/web-admin/index.cgi
@@ -7,10 +7,10 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: index.cgi,v 1.41 2007-06-15 09:32:38 francis Exp $
+# $Id: index.cgi,v 1.42 2007-06-15 10:03:35 francis Exp $
#
-my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.41 2007-06-15 09:32:38 francis Exp $';
+my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.42 2007-06-15 10:03:35 francis Exp $';
use strict;
@@ -191,8 +191,7 @@ sub do_councils_list ($) {
map {
$q->a({href=>build_url($q, $q->url('relative'=>1),
{'area_id' => $_, 'page' => 'councilcontacts',})},
- #Page::canonicalise_council($councils->{$_}->{name})) . " " .
- ($councils->{$_}->{name})) . " " .
+ Page::canonicalise_council($councils->{$_}->{name})) . " " .
($bci_info->{$_} ?
$bci_info->{$_}->{c} . ' addresses'
: '')