Skip to content
Snippets Groups Projects
Commit 33b3986b authored by nightfox's avatar nightfox
Browse files

After closing a poll and then quitting out of viewing results, the number of...

After closing a poll and then quitting out of viewing results, the number of open polls shown on the screen will be correctly reduced.
parent c35a6d8b
No related branches found
No related tags found
No related merge requests found
......@@ -1790,6 +1790,7 @@ function ViewVoteResults(pSubBoardCode)
if (closePollWithOpenMsgbase(msgbase, pollMsgHdrs[currentMsgIdx].number))
{
pollMsgHdrs[currentMsgIdx].auxattr |= POLL_CLOSED;
++gSubBoardPollCountObj.numClosedPolls;
pollCloseMsg = "\1n\1cThis poll was successfully closed.";
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment