summaryrefslogtreecommitdiffstats
path: root/include/newgame.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-11-19 16:21:03 -0800
committerArun Persaud <apersaud@lbl.gov>2011-11-19 16:21:03 -0800
commit022246b947178ed5c7b1cd6a6dcc21414559b260 (patch)
tree5d171ba2fe7b239baaae9a5dbb195a92ac6c47b8 /include/newgame.php
parent09c105d8a343e0c58fe18075abaf3af9a6f80115 (diff)
downloade-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.php2
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
{