Dynamic hook_menu results in Drupal, was 5, not in 6!

So you thought, I'll build a set of menu items depending on some database results (Say a menu link for every node of a certain type the user owns). And add them to my hook_menu $items as MENU_LOCAL_TASK / MENU_DEFAULT_LOCAL_TASK.

This was possible Drupal-5.0 but now, apparently in Drupal-6 you cant because hook_menu is statically cached to the max..

*dgtlmoon* dynamically generating MENU_LOCAL_ITEM seems tough
*chx* MENU_LOCAL_TASK generally?
*chx* erm
*chx* dynamically?
*chx* not easy
*+dgtlmoon* worked in D5 ;-(
*tha_sun_* Wasn't that removed?
*dgtlmoon* chx, yes , thats the one
*dgtlmoon* tha_sun_, chx removed?
*tha_sun_* There's a D7 issue to bring it back.
Great, thanks guys!