From dd4e2fafc7d0ebecfc11a580f7e42978edd21490 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 3 Aug 2005 07:26:54 +0000 Subject: Bug 302927: Incorrect title when changing several bugs at once - Patch by Frédéric Buclin r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 2d3be2ff2..9a3db0a8f 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1784,6 +1784,7 @@ foreach my $id (@idlist) { 'changer' => Bugzilla->user->login }; $vars->{'id'} = $id; + $vars->{'type'} = "bug"; # Let the user know the bug was changed and who did and didn't # receive email about the change. -- cgit v1.2.3-24-g4f1b