If someone submits a vote on the index page without actually making a choice, that will increment the number of votes shown on the index page. It will not increment the number of votes shown on the results page.
That should be pretty easy to fix... good catch though.
The number of votes & the results are not in the same table.
It may be useful to re-calculate the total at each acces, and if total is wrong, to update the 'number of votes' ?
Fixed in CVS.
Log in to post a comment.
That should be pretty easy to fix... good catch though.
The number of votes & the results are not in the same table.
It may be useful to re-calculate the total at each acces, and if total is wrong, to update the 'number of votes' ?
Fixed in CVS.