aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xweb/index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 32a19f00c..59a3c3f85 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.228 2008-11-18 17:29:51 matthew Exp $
+# $Id: index.cgi,v 1.229 2008-11-18 17:31:41 matthew Exp $
use strict;
use Standard;
@@ -145,7 +145,7 @@ EOF
$out .= $q->div({-id => 'front_stats'},
$q->div("<big>$new</big> report" . ($new!=1?'s':''), $new_text),
($q->{site} ne 'emptyhomes' ? $q->div("<big>$fixed</big> fixed in past month")
- : $q->div("<big>$fixed</big> back in use in past month")),
+ : ''), # $q->div("<big>$fixed</big> back in use in past month")),
$q->div("<big>$updates</big> update" . ($updates ne '1'?'s':''), "on reports"),
);