From 17a206d194eda7c06891325bf50a3a58a57cd22b Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Thu, 5 Sep 2002 05:43:32 +0000 Subject: Bug 165756 - Running tests without checksetup causes failure r=joel, jake --- move.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'move.pl') 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") ) { -- cgit v1.2.3-24-g4f1b