X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fnewgame.php;h=b29cc56a7aa92adab30f80142e0d02d18cffcf78;hp=68e0d155cd2743aae0e976b19a9f758e0c2522de;hb=b509f02ae753dd551715b7ef0f88f95d0a0ab400;hpb=08583506b9bdb4ef2d30bad9752c960f20fe54b6 diff --git a/include/newgame.php b/include/newgame.php index 68e0d15..b29cc56 100644 --- a/include/newgame.php +++ b/include/newgame.php @@ -1,5 +1,5 @@ +/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arun Persaud * * This file is part of e-DoKo. * @@ -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 {