summaryrefslogtreecommitdiffstats
path: root/include/newgame.php
diff options
context:
space:
mode:
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
{