aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2008-12-12 00:00:51 +0000
committermatthew <matthew>2008-12-12 00:00:51 +0000
commitdcc24e080d0f40c5ec0c4d21a2b386da2ddb9c9c (patch)
tree85892e9fb7751f46e45b2a153a1596ef59d323c7
parent72fb78ef475eedb9c6ed8467a1a0caad9543d82b (diff)
Only on FMS.
-rwxr-xr-xweb/index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 717b0ef5b..a6cf7a44e 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.233 2008-12-11 10:34:26 matthew Exp $
+# $Id: index.cgi,v 1.234 2008-12-12 00:00:51 matthew Exp $
use strict;
use Standard;
@@ -105,7 +105,7 @@ sub front_page {
<a href="http://www.mysociety.org/2008/12/10/fixmystreet-iphone/">
Get FixMyStreet on your iPhone</a>
</p>
-';
+' if $q->{site} eq 'fixmystreet';
$out .= '<p id="error">' . $error . '</p>' if ($error);
my $fixed = Problems::recent_fixed();
my $updates = Problems::number_comments();