FYI, Andrew,
I was mod'ing your code in class_boardgame.php, making it so our view of the board games includes games which are not active (using gameroom_board_game.winner in db WHERE clause) and noticed that you have a conflict in your code with gameroom_board_game.gameName (using that for the cute name you give a game) and $gameName (the variable you use in HTML output to hold "Chess" or "Reversi" or other game).
I was able to get my mod to work correctly only when I deconflicted the "gameName" variable used in two different ways. Not sure why the conflict exists, but it does exist. I found other errors too, FYI.
|