Bug 276600: checking votes in editproducts.cgi is broken (regression due to bug 271474)
Patch: LpSolit@netscape.net r=gerv,mkanat a=justdave git-svn-id: svn://10.0.0.236/trunk@167401 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
726917ba04
commit
169f4f4283
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user