Index: modules/user.module =================================================================== RCS file: /cvs/drupal/drupal/modules/user.module,v retrieving revision 1.433 diff -u -F^function -r1.433 user.module --- modules/user.module 25 Jan 2005 20:27:09 -0000 1.433 +++ modules/user.module 27 Jan 2005 19:30:56 -0000 @@ -684,7 +686,8 @@ function user_menu($may_cache) { if ($user->uid) { $items[] = array('path' => 'user/'. $user->uid, 'title' => t('my account'), - 'callback' => 'user_page', 'access' => TRUE); + 'callback' => 'user_page', 'access' => TRUE, + 'type' => MENU_DYNAMIC_ITEM); } $items[] = array('path' => 'logout', 'title' => t('log out'),