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
41b4d957
Commit
41b4d957
authored
Mar 12, 2001
by
dave%intrec.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 71606: Duplicates not getting marked in comments which bug they're a dupe of.
parent
ffd37760
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
process_bug.cgi
process_bug.cgi
+1
-1
No files found.
process_bug.cgi
View file @
41b4d957
...
...
@@ -548,6 +548,7 @@ SWITCH: for ($::FORM{'knob'}) {
PuntTryAgain
(
"The bug id $::FORM{'id'} is invalid. Please reload this bug "
.
"and try again."
);
}
$::FORM
{
'comment'
}
.=
"\n\n*** This bug has been marked as a duplicate of $num ***"
;
$duplicate
=
$num
;
last
SWITCH
;
...
...
@@ -1007,7 +1008,6 @@ The changes made were:
CheckFormFieldDefined
(
\%::
FORM
,
'comment'
);
}
SendSQL
(
"INSERT INTO duplicates VALUES ($duplicate, $::FORM{'id'})"
);
$::FORM
{
'comment'
}
.=
"\n\n*** This bug has been marked as a duplicate of $duplicate ***"
;
print
"<TABLE BORDER=1><TD><H2>Duplicate notation added to bug $duplicate</H2>\n"
;
system
(
"./processmail"
,
$duplicate
,
$::FORM
{
'who'
});
print
"<TD><A HREF=\"show_bug.cgi?id=$duplicate\">Go To BUG# $duplicate</A></TABLE>\n"
;
...
...
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