From 4b94fd36ed89060493ac80d89db3c1e304b13623 Mon Sep 17 00:00:00 2001 From: arun Date: Tue, 10 Apr 2007 08:58:23 +0000 Subject: removed one debug message; added timestamp update for game when playing a card --- index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 7addf0e..a0029f0 100644 --- a/index.php +++ b/index.php @@ -790,9 +790,11 @@ 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); + /* check for schweinchen */ - echo "schweinchen = ".$GAME["schweinchen"]." --$card-
"; + //echo "schweinchen = ".$GAME["schweinchen"]." --$card-
"; if($card == 19 || $card == 20 ) { $GAME["schweinchen"]++; -- cgit v1.2.3-18-g5258