From 3346ad4502d5eb84714414a7ead209f899e8d488 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Sat, 24 Jun 2000 06:52:32 +0000 Subject: move new path code to beginning --- importxml.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index 4310c69f8..7793d3e69 100755 --- a/importxml.pl +++ b/importxml.pl @@ -27,13 +27,6 @@ use diagnostics; use strict; -use XML::Parser; -use Data::Dumper; -$Data::Dumper::Useqq = 1; - -require "CGI.pl"; -require "globals.pl"; -$::lockcount = 0; # figure out which path this script lives in. Set the current path to # this and add it to @INC so this will work when run as part of mail @@ -43,6 +36,14 @@ $path =~ s#(.*)/[^/]+#$1#; chdir $path; use lib ($path); +use XML::Parser; +use Data::Dumper; +$Data::Dumper::Useqq = 1; + +require "CGI.pl"; +require "globals.pl"; +$::lockcount = 0; + GetVersionTable(); ConnectToDatabase(); @@ -563,7 +564,6 @@ for (my $k=1 ; $k <= $bugqty ; $k++) { } } -$log .= "\n\n my $subject = "$bugqty bug(s) successfully moved from $urlbase to " . Param("urlbase") ; my @to = ($exporter); -- cgit v1.2.3-24-g4f1b