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
93065508
Commit
93065508
authored
Jun 24, 2000
by
endico%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include error messages for each bug in the exporter's confirmation mail
parent
1765489b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
importxml.pl
importxml.pl
+7
-0
No files found.
importxml.pl
View file @
93065508
...
...
@@ -555,8 +555,15 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
"($id, $exporterid, now(), "
.
SqlQuote
(
$long_description
)
.
")"
);
$log
.=
"Bug $bug_fields{'bug_id'}\@$urlbase imported as bug $id.\n"
;
if
(
$err
)
{
$log
.=
"The following problems were encountered importing this bug.\n"
;
$log
.=
"You may have to set certain fields in the new bug by hand.\n"
;
$log
.=
$err
;
$log
.=
"\n\n"
;
}
}
$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