diff options
author | Arun Persaud <arun@nubati.net> | 2010-03-17 22:33:42 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-03-17 22:33:42 -0700 |
commit | 95a622f2da4ec973389e94a97a106fde65eb650f (patch) | |
tree | 8929081a86a255d8139c220fa4d0c6bcbc54c618 /include/output.php | |
parent | 10c5ce6fbd07fc37b7606611bc6e49bcabca38a0 (diff) | |
parent | 3bd4973f52d6546d06740ca75466bc34e25e8a20 (diff) | |
download | e-DoKo-95a622f2da4ec973389e94a97a106fde65eb650f.tar.gz e-DoKo-95a622f2da4ec973389e94a97a106fde65eb650f.tar.bz2 e-DoKo-95a622f2da4ec973389e94a97a106fde65eb650f.zip |
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/output.php b/include/output.php index 7f35dd2..f8b3e17 100644 --- a/include/output.php +++ b/include/output.php @@ -36,9 +36,10 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) echo " <input type=\"hidden\" name=\"PlayerB\" value=\"$playerB\" />\n"; echo " <input type=\"hidden\" name=\"PlayerC\" value=\"$playerC\" />\n"; echo " <input type=\"hidden\" name=\"PlayerD\" value=\"$playerD\" />\n"; - echo " <input type=\"hidden\" name=\"dullen\" value=\"".$RULES["dullen"]."\" />\n"; - echo " <input type=\"hidden\" name=\"schweinchen\" value=\"".$RULES["schweinchen"]."\" />\n"; - echo " <input type=\"hidden\" name=\"callrule\" value=\"".$RULES["call"]."\" />\n"; + echo " <input type=\"hidden\" name=\"dullen\" value=\"".$RULES['dullen']."\" />\n"; + echo " <input type=\"hidden\" name=\"schweinchen\" value=\"".$RULES['schweinchen']."\" />\n"; + echo " <input type=\"hidden\" name=\"callrule\" value=\"".$RULES['call']."\" />\n"; + echo " <input type=\"hidden\" name=\"lowtrump\" value=\"".$RULES['lowtrump']."\" />\n"; echo " <input type=\"hidden\" name=\"followup\" value=\"$oldgameid\" />\n"; echo " <input type=\"submit\" value=\"keep playing\" />\n"; echo "</form>\n</div>"; |