aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2006-10-06 16:15:38 +0000
committermatthew <matthew>2006-10-06 16:15:38 +0000
commit1d3fa96c53089a9206293d1d7cc63bb090366bb3 (patch)
tree739658ea469a740b9362b82b4acef9591cac7145
parent4ca2aeb7f6f70635d4f60ac9bb61f252821bd8ea (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 0d53cf585..972a46dd0 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.37 2006-10-06 15:58:28 matthew Exp $
+# $Id: index.cgi,v 1.38 2006-10-06 16:15:38 matthew Exp $
# TODO
# Nothing is done about the update checkboxes - not stored anywhere on anything!
@@ -182,7 +182,7 @@ sub submit_problem {
dbh()->do("insert into problem
(id, postcode, easting, northing, title, detail, name, email, state)
values
- (@, ?, ?, ?, ?, ?, ?, ?, 'unconfirmed')", {},
+ (?, ?, ?, ?, ?, ?, ?, ?, 'unconfirmed')", {},
$id, $input{pc}, $input{easting}, $input{northing}, $input{title},
$input{detail}, $input{name}, $input{email}
);