diff options
author | arun <arun@nubati.net> | 2007-04-22 20:46:14 +0000 |
---|---|---|
committer | arun <arun> | 2007-04-22 20:46:14 +0000 |
commit | 3f0e64bb007762df358925569e980a7718ff033d (patch) | |
tree | e6660044f3e70866415862abedc78f04e04751ee /index.php | |
parent | 0d893195c646305741d6a7f80b4b31343a6e8153 (diff) | |
download | e-DoKo-3f0e64bb007762df358925569e980a7718ff033d.tar.gz e-DoKo-3f0e64bb007762df358925569e980a7718ff033d.tar.bz2 e-DoKo-3f0e64bb007762df358925569e980a7718ff033d.zip |
debugging was on for creating the hands -> no random numbers
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |