summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-22 20:46:14 +0000
committerarun <arun>2007-04-22 20:46:14 +0000
commit3f0e64bb007762df358925569e980a7718ff033d (patch)
treee6660044f3e70866415862abedc78f04e04751ee /index.php
parent0d893195c646305741d6a7f80b4b31343a6e8153 (diff)
downloade-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.php1
1 files changed, 1 insertions, 0 deletions
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);