From 3f0e64bb007762df358925569e980a7718ff033d Mon Sep 17 00:00:00 2001 From: arun Date: Sun, 22 Apr 2007 20:46:14 +0000 Subject: debugging was on for creating the hands -> no random numbers --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 8e303ad..989a547 100644 --- a/index.php +++ b/index.php @@ -1053,6 +1053,7 @@ else if(myisset("me")) /* mark card as played */ mysql_query("UPDATE Hand_Card SET played='true' WHERE hand_id='$handid' AND card_id=". DB_quote_smart($card)); + /* update Game timestamp */ DB_update_game_timestamp($gameid); -- cgit v1.2.3-18-g5258