diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-19 16:21:03 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-19 16:21:03 -0800 |
commit | 022246b947178ed5c7b1cd6a6dcc21414559b260 (patch) | |
tree | 5d171ba2fe7b239baaae9a5dbb195a92ac6c47b8 /include/newgame.php | |
parent | 09c105d8a343e0c58fe18075abaf3af9a6f80115 (diff) | |
download | e-DoKo-022246b947178ed5c7b1cd6a6dcc21414559b260.tar.gz e-DoKo-022246b947178ed5c7b1cd6a6dcc21414559b260.tar.bz2 e-DoKo-022246b947178ed5c7b1cd6a6dcc21414559b260.zip |
LAYOUT, BUGFIX: don't show current game in "it's your turn" list, also fix layout for this on newgame.php
Diffstat (limited to 'include/newgame.php')
-rw-r--r-- | include/newgame.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/newgame.php b/include/newgame.php index 68e0d15..6dbbd51 100644 --- a/include/newgame.php +++ b/include/newgame.php @@ -42,6 +42,7 @@ else if( !myisset("PlayerA", "PlayerB","PlayerC","PlayerD","dullen","schweinchen","callrule","lowtrump" )) { + display_user_menu($myid); /* only get players that want to be in new games */ $names = DB_get_all_user_names_open_for_games(); @@ -56,7 +57,6 @@ else output_form_for_new_game($names); echo "</div>\n"; - display_user_menu($myid); } else { |