From: lpsolit%gmail.com <> Date: Wed, 3 Aug 2005 07:29:38 +0000 (+0000) Subject: Bug 302927: Incorrect title when changing several bugs at once - Patch by Frédéric... X-Git-Tag: bugzilla-2.20rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a82bafc987b763feaf95bebddb8e6a1f47c03c29;p=thirdparty%2Fbugzilla.git Bug 302927: Incorrect title when changing several bugs at once - Patch by Frédéric Buclin r=wicked a=justdave --- diff --git a/process_bug.cgi b/process_bug.cgi index 4b6410b2c7..9ff3d83c6a 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1794,6 +1794,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.