diff options
author | matthew <matthew> | 2007-09-03 20:56:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-09-03 20:56:30 +0000 |
commit | 07d321ca2b1656c65ebe8829a743ee0e22befeae (patch) | |
tree | fda179c5e972a8e1d1e044eb0f0a1297202a8985 /web-admin | |
parent | 6ba0b6a93327abce2cb9c80454e568a8052b4e16 (diff) |
Explicitly state UK.
Diffstat (limited to 'web-admin')
-rwxr-xr-x | web-admin/index.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web-admin/index.cgi b/web-admin/index.cgi index eb4a13350..11c37d239 100755 --- a/web-admin/index.cgi +++ b/web-admin/index.cgi @@ -7,10 +7,10 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: index.cgi,v 1.45 2007-08-23 11:45:44 matthew Exp $ +# $Id: index.cgi,v 1.46 2007-09-03 20:56:31 matthew Exp $ # -my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.45 2007-08-23 11:45:44 matthew Exp $'; +my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.46 2007-09-03 20:56:31 matthew Exp $'; use strict; @@ -446,6 +446,5 @@ sub main { } else { do_summary($q); } - dbh()->rollback(); } Page::do_fastcgi(\&main); |