summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2002-10-01 09:13:58 +0200
committerbugreport%peshkin.net <>2002-10-01 09:13:58 +0200
commit5f576f463b01c35b411ac14d3a342ec0003e24cf (patch)
tree25c490fc38fa8b89416d49291dc30b64de4646f0 /process_bug.cgi
parent89859e7d92395e44357f0baf94b6911eecbdabd1 (diff)
downloadbugzilla-5f576f463b01c35b411ac14d3a342ec0003e24cf.tar.gz
bugzilla-5f576f463b01c35b411ac14d3a342ec0003e24cf.tar.xz
Bug 171639 dupes not marked in original bug
2xr=bbaetz
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index be04be207..4fb42d8b0 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -1522,7 +1522,8 @@ foreach my $id (@idlist) {
LogActivityEntry($duplicate,"cc","",DBID_to_name($reporter));
SendSQL("INSERT INTO cc (who, bug_id) VALUES ($reporter, " . SqlQuote($duplicate) . ")");
}
- AppendComment($duplicate, $::COOKIE{'Bugzilla_login'}, "*** Bug $::FORM{'id'} has been marked as a duplicate of this bug. ***", 1);
+ # Bug 171639 - Duplicate notifications do not need to be private.
+ AppendComment($duplicate, $::COOKIE{'Bugzilla_login'}, "*** Bug $::FORM{'id'} has been marked as a duplicate of this bug. ***", 0);
CheckFormFieldDefined(\%::FORM,'comment');
SendSQL("INSERT INTO duplicates VALUES ($duplicate, $::FORM{'id'})");