From 0be9657684725a99c44c91bca07ea695493aea8b Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 8 Jan 2005 05:19:26 +0000 Subject: Bug 276600: checking votes in editproducts.cgi is broken (regression due to bug 271474) Patch: LpSolit@netscape.net r=gerv,mkanat a=justdave --- CGI.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index c1a9259bd..19ae5da49 100644 --- a/CGI.pl +++ b/CGI.pl @@ -244,6 +244,7 @@ sub PutFooter { sub CheckIfVotedConfirmed { my ($id, $who) = (@_); + PushGlobalSQLState(); SendSQL("SELECT bugs.votes, bugs.bug_status, products.votestoconfirm, " . " bugs.everconfirmed " . "FROM bugs, products " . @@ -273,6 +274,7 @@ sub CheckIfVotedConfirmed { $template->process("bug/process/results.html.tmpl", $vars) || ThrowTemplateError($template->error()); } + PopGlobalSQLState(); } sub LogActivityEntry { -- cgit v1.2.3-24-g4f1b