summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-09-05 07:43:32 +0200
committerbbaetz%student.usyd.edu.au <>2002-09-05 07:43:32 +0200
commit17a206d194eda7c06891325bf50a3a58a57cd22b (patch)
treeb32d75614025115ecc7fd38dfada361452894b6b /move.pl
parent0f9e4c38f4cdfb34fcecc18b3be743c0faec2573 (diff)
downloadbugzilla-17a206d194eda7c06891325bf50a3a58a57cd22b.tar.gz
bugzilla-17a206d194eda7c06891325bf50a3a58a57cd22b.tar.xz
Bug 165756 - Running tests without checksetup causes failure
r=joel, jake
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/move.pl b/move.pl
index fe86011fa..1fcf35707 100755
--- a/move.pl
+++ b/move.pl
@@ -25,8 +25,12 @@ use strict;
use lib qw(.);
-use Bug;
require "CGI.pl";
+
+use vars qw($userid %COOKIE);
+
+use Bug;
+
$::lockcount = 0;
unless ( Param("move-enabled") ) {