From c48c345eb62acb75a46db84f5d6ab53d164d01ef Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 23 Aug 2005 19:17:16 +0000 Subject: Bug 303366: Possible locking tables conflict when voting for bugs - Patch by Frédéric Buclin r=wurblzap a=justdave 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.3-24-g4f1b