From 2666bb58429c385b716d2ffd5d5fe9a9e7af4f45 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 20 Oct 2008 19:54:13 -0700 Subject: BUGFIX: make user menu and personal notes appear again had them only shown when player was logged in, but there is really no reason to not show them to players who are not logged in in an ongoing game (only the correct player should get to a page with an ongoing game) Signed-off-by: Arun Persaud --- include/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user.php') diff --git a/include/user.php b/include/user.php index 67c720a..be0d68a 100644 --- a/include/user.php +++ b/include/user.php @@ -103,7 +103,7 @@ else DB_update_user_timestamp($myid); - display_user_menu(); + display_user_menu($myid); /* display all games the user has played */ echo "
"; -- cgit v1.2.3-18-g5258