diff options
-rwxr-xr-x | web/index.cgi | 4 |
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} ); |