move new path code to beginning

git-svn-id: svn://10.0.0.236/trunk@73123 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
endico%mozilla.org
2000-06-23 23:52:32 +00:00
parent f0d31a051c
commit c7416d554f

View File

@@ -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);