quote:
Originally posted by leachy08
you will need to find each vote which is corrupt and clear it. I know id80 need clearing
I have just reset all votes on all IDs because they were all messed up (somebody was probably bored).
quote:
Originally posted by leachy08
if ($_POST['vote'] < 0 || $_POST['vote'] > 5)
I used that as fix before I saw your post, but found out you could still mess with floating values (like 3.5) that way which somehow messes it up too. It's now fixed so only 1,2,3,4 and 5 are allowed values.