From c48c345eb62acb75a46db84f5d6ab53d164d01ef Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 23 Aug 2005 19:17:16 +0000 Subject: =?UTF-8?q?Bug=20303366:=20Possible=20locking=20tables=20conflict?= =?UTF-8?q?=20when=20voting=20for=20bugs=20-=20Patch=20by=20Fr=C3=A9d?= =?UTF-8?q?=C3=A9ric=20Buclin=20=20r=3Dwurblzap=20a=3Dj?= =?UTF-8?q?ustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Bug.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index ec1927355..c287d0c0c 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -1128,15 +1128,6 @@ sub CheckIfVotedConfirmed { "*** This bug has been confirmed by popular vote. ***", 0, $timestamp); - my $template = Bugzilla->template; - my $vars = $::vars; - - $vars->{'type'} = "votes"; - $vars->{'id'} = $id; - $vars->{'mailrecipients'} = { 'changer' => $who }; - - $template->process("bug/process/results.html.tmpl", $vars) - || ThrowTemplateError($template->error()); $ret = 1; } return $ret; -- cgit v1.2.1