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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
958cad91
Commit
958cad91
authored
Jun 23, 2000
by
endico%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix subject on confirmation mail
parent
9e59db72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
importxml.pl
importxml.pl
+4
-4
No files found.
importxml.pl
View file @
958cad91
...
@@ -314,10 +314,10 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
...
@@ -314,10 +314,10 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
$values
.=
SqlQuote
(
$product
[
0
])
.
",\n"
;
$values
.=
SqlQuote
(
$product
[
0
])
.
",\n"
;
}
else
{
}
else
{
$query
.=
"product,\n"
;
$query
.=
"product,\n"
;
$values
.=
"\'
Browser
\',\n"
;
$values
.=
"\'
From Bugzilla
\',\n"
;
$product
[
0
]
=
"
Browser
"
;
$product
[
0
]
=
"
From Bugzilla
"
;
$err
.=
"Unknown product $bug_fields{'product'}. "
;
$err
.=
"Unknown product $bug_fields{'product'}. "
;
$err
.=
"Moving to default product \"
Browser
\".\n"
;
$err
.=
"Moving to default product \"
From Bugzilla
\".\n"
;
}
}
if
(
defined
(
$::versions
{
$product
[
0
]}
)
&&
if
(
defined
(
$::versions
{
$product
[
0
]}
)
&&
...
@@ -544,6 +544,6 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
...
@@ -544,6 +544,6 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
$log
.=
"Bug $bug_fields{'bug_id'}\@$urlbase imported as bug $id.\n"
;
$log
.=
"Bug $bug_fields{'bug_id'}\@$urlbase imported as bug $id.\n"
;
}
}
my
$subject
=
"
Bug import error: no maintainer
"
;
my
$subject
=
"
$bugqty bug(s) imported from $urlbase
"
;
my
@to
=
(
$exporter
);
my
@to
=
(
$exporter
);
MailMessage
(
$subject
,
$log
,
@to
);
MailMessage
(
$subject
,
$log
,
@to
);
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