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/preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/preferences.php') diff --git a/include/preferences.php b/include/preferences.php index 613d965..77ad867 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -18,7 +18,7 @@ $changed_cards = 0; $changed_timezone = 0; $changed_autosetup = 0; -display_user_menu(); +display_user_menu($myid); /* get old infos */ $PREF = DB_get_PREF($myid); -- cgit v1.2.3-18-g5258