From 5da4df1736d4ecaf46f159b34672ddbae0a0ab1b Mon Sep 17 00:00:00 2001 From: matthew Date: Tue, 25 Sep 2007 11:55:05 +0000 Subject: Typos. --- web/index.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/index.cgi') diff --git a/web/index.cgi b/web/index.cgi index c2134b511..5778022e8 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.166 2007-09-25 11:53:04 matthew Exp $ +# $Id: index.cgi,v 1.167 2007-09-25 11:55:05 matthew Exp $ use strict; use Standard; @@ -139,7 +139,7 @@ EOF my $recent_photos = Page::recent_photos(3); $out .= "

Photos of recent reports

$recent_photos" if $recent_photos; - $probs = select_all("select id,title from problem + my $probs = select_all("select id,title from problem where state in ('confirmed', 'fixed') order by confirmed desc limit 5"); $out .= '

Recently reported problems