X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fnewgame.php;h=6dbbd5170a47dc219f8c80ca25b305bb3b4fb03c;hp=68e0d155cd2743aae0e976b19a9f758e0c2522de;hb=022246b947178ed5c7b1cd6a6dcc21414559b260;hpb=09c105d8a343e0c58fe18075abaf3af9a6f80115 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 "\n"; - display_user_menu($myid); } else {