Not sure why, but this line does not even give an error, it simply does not run, and also stops any code after it running. I have checked with die("check") either side of the statement, and only runs before.
mysql_query("UPDATE rounds
SET `active`='0', `winnerusername`='$WinnerUsername', `winnerid`='$WinnerID', `pot`='$PreviousPot', `paid`='1'
WHERE `round`='$CurrentRound' ") or die(mysql_error());
Any idea why it will not run?