diff options
author | matthew <matthew> | 2009-09-10 10:04:18 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-09-10 10:04:18 +0000 |
commit | db4e6de1e65fa15a01b2c5c578caf50b0bb368ec (patch) | |
tree | 411a02734d3ac65f5c2d9845226d71a992f41623 /bin/send-questionnaires | |
parent | c8c7073c9f1b47ebe32aeb8e449f1470d2feb547 (diff) |
Stupid _ CGI kludge fix.
Diffstat (limited to 'bin/send-questionnaires')
-rwxr-xr-x | bin/send-questionnaires | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/send-questionnaires b/bin/send-questionnaires index 95ff90552..eee99ff20 100755 --- a/bin/send-questionnaires +++ b/bin/send-questionnaires @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-questionnaires,v 1.14 2009-09-10 09:10:55 matthew Exp $ +# $Id: send-questionnaires,v 1.15 2009-09-10 10:04:18 matthew Exp $ use strict; require 5.8.0; @@ -16,6 +16,7 @@ use FindBin; use lib "$FindBin::Bin/../perllib"; use lib "$FindBin::Bin/../../perllib"; use File::Slurp; +use CGI; # XXX Awkward kludge use CronFns; use Page; |