]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 171639 dupes not marked in original bug
authorbugreport%peshkin.net <>
Tue, 1 Oct 2002 07:13:58 +0000 (07:13 +0000)
committerbugreport%peshkin.net <>
Tue, 1 Oct 2002 07:13:58 +0000 (07:13 +0000)
2xr=bbaetz

process_bug.cgi

index be04be20759cd98f8a973938d67800125622f59e..4fb42d8b0d7cabe4462eb0f49a81c9b6abca44c8 100755 (executable)
@@ -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'})");