Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
3346ad45
Commit
3346ad45
authored
Jun 24, 2000
by
endico%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move new path code to beginning
parent
93065508
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
importxml.pl
importxml.pl
+8
-8
No files found.
importxml.pl
View file @
3346ad45
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment