diff options
Diffstat (limited to 'web/questionnaire.cgi')
-rwxr-xr-x | web/questionnaire.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi index 68a2f2310..be411168d 100755 --- a/web/questionnaire.cgi +++ b/web/questionnaire.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: questionnaire.cgi,v 1.39 2009-07-10 15:17:29 matthew Exp $ +# $Id: questionnaire.cgi,v 1.40 2009-07-10 16:10:22 matthew Exp $ use strict; use Standard; @@ -17,7 +17,6 @@ use mySociety::Locale; use mySociety::MaPit; use mySociety::Web qw(ent); - sub main { my $q = shift; my $out = ''; |