debugging was on for creating the hands -> no random numbers
[e-DoKo.git] / index.php
index 8e303ad28b12aafd9b4c6f25688e86e802a97bd9..989a54716145cd2276b2228e2103da8ae4d9c0ed 100644 (file)
--- 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);