BUGFIX: store canceled games, don't delete them
authorArun Persaud <arun@nubati.net>
Tue, 17 Mar 2009 05:06:21 +0000 (22:06 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 29 Mar 2009 17:47:55 +0000 (10:47 -0700)
commit6206ef89ad9a9a1a541ecb67971815d11f12199b
tree86af68a4ce38a5c88d3c491a707b6df8c9ded337
parent3fd01c7b9fa78fb08ca1ad61c1de850b9a6b9870
BUGFIX: store canceled games, don't delete them

deleting the games could result in the same people getting the same hand redealt over and over again.
By just keeping track of the hands in the game table, this problem should be gone.

Fixed issue #50.
create_database.sql
include/cancelgame.php
include/db.php
include/functions.php
include/game.php
include/output.php
include/user.php