aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-05-02 14:28:50 +0000
committermatthew <matthew>2007-05-02 14:28:50 +0000
commit085eecc3d4cc86a9f02440d1317ada13cc5e5847 (patch)
treea6f3d5f7201c365a83564d8d6fb44245daf96893
parent94579407bf221ff76e7770f369612ab0374e0f4f (diff)
Typo.
-rwxr-xr-xweb/index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 983f551ef..21d3edee9 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.114 2007-05-02 14:28:07 matthew Exp $
+# $Id: index.cgi,v 1.115 2007-05-02 14:28:50 matthew Exp $
# TODO
# Nothing is done about the update checkboxes - not stored anywhere on anything!
@@ -551,7 +551,7 @@ sub display_problem {
# Get all information from database
my $problem = dbh()->selectrow_arrayref(
- "select state, easting, northing, title, detail, name, extract(epoch from created), photo, anonymous
+ "select state, easting, northing, title, detail, name, extract(epoch from created), photo, anonymous,
extract(epoch from whensent), council
from problem where id=? and state in ('confirmed','fixed', 'hidden')", {}, $input{id});
return display_location($q, 'Unknown problem ID') unless $problem;