aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2009-09-10 10:04:18 +0000
committermatthew <matthew>2009-09-10 10:04:18 +0000
commitdb4e6de1e65fa15a01b2c5c578caf50b0bb368ec (patch)
tree411a02734d3ac65f5c2d9845226d71a992f41623
parentc8c7073c9f1b47ebe32aeb8e449f1470d2feb547 (diff)
Stupid _ CGI kludge fix.
-rwxr-xr-xbin/send-questionnaires3
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;