summaryrefslogtreecommitdiffstats
path: root/include/preferences.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-10-20 19:54:13 -0700
committerArun Persaud <arun@nubati.net>2008-10-20 20:34:17 -0700
commit2666bb58429c385b716d2ffd5d5fe9a9e7af4f45 (patch)
tree8b47bb79a20981ccc123d3e18587dcad4da89ebc /include/preferences.php
parente1b3eaa640a1e4249b8406e946bd65e902aadfb9 (diff)
downloade-DoKo-2666bb58429c385b716d2ffd5d5fe9a9e7af4f45.tar.gz
e-DoKo-2666bb58429c385b716d2ffd5d5fe9a9e7af4f45.tar.bz2
e-DoKo-2666bb58429c385b716d2ffd5d5fe9a9e7af4f45.zip
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 <arun@nubati.net>
Diffstat (limited to 'include/preferences.php')
-rw-r--r--include/preferences.php2
1 files changed, 1 insertions, 1 deletions
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);