summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-06-28 22:36:51 +0200
committerArun Persaud <arun@nubati.net>2007-06-28 22:36:51 +0200
commit906d4b7166440641b753148f9b9f158b2e1f2c0f (patch)
treec3cabb046940e94376e7f211b5ed6cfc6344e9f9 /output.php
parent300806c8ee000d70fcedf21abd643d6be1c33f55 (diff)
downloade-DoKo-906d4b7166440641b753148f9b9f158b2e1f2c0f.tar.gz
e-DoKo-906d4b7166440641b753148f9b9f158b2e1f2c0f.tar.bz2
e-DoKo-906d4b7166440641b753148f9b9f158b2e1f2c0f.zip
BUGFIX: reload during the setup could mess up the state machine
if a user hits reload during the questions for the vorbehalt, the server printed an error message and the game could not continue. Now this is detected and the user is send back to the right page during the setup and can continue normally.
Diffstat (limited to 'output.php')
-rw-r--r--output.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/output.php b/output.php
index f22c6df..59cfeea 100644
--- a/output.php
+++ b/output.php
@@ -263,13 +263,7 @@ function check_want_to_play($me)
Do you want to play a game of DoKo?
yes<input type="radio" name="in" value="yes" />
no<input type="radio" name="in" value="no" /> <br />
-
<?php
-/*
- Do you want to get an email for every card played or only if it your move?
- every card<input type="radio" name="update" value="card" />
- only on my turn<input type="radio" name="update" value="turn" /> <br />
-*/
echo "<input type=\"hidden\" name=\"me\" value=\"$me\" />\n";
echo "\n";
echo "<input type=\"submit\" value=\"count me in\" />\n";