diff options
Diffstat (limited to 'include/newgame.php')
-rw-r--r-- | include/newgame.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/newgame.php b/include/newgame.php index 8dbefdf..7349e7e 100644 --- a/include/newgame.php +++ b/include/newgame.php @@ -27,7 +27,7 @@ else echo "<div class=\"user\">\n"; output_form_for_new_game($names); echo "</div>\n"; - display_user_menu(); + display_user_menu($myid); } else { @@ -182,7 +182,7 @@ else "Hello $PlayerD,\n".$message.$hashD); echo "<div class=\"message\">You started a new game. The emails have been sent out!</div>\n"; - display_user_menu(); + display_user_menu($myid); } } |