Quoting Nancy Wichmann <[email protected]>:
I was trying to track down an issue I am having with the node module's content_types.inc so I stuck in some messages. Unfortunately, the menu system uses require_once to load these files, so my changes are not working. I really don't want to have to reboot every time I do something. Is there any quicker way to get PHP to reload these files?
The menu system will only call hook_menu if variable "menu_rebuild_needed" is set to TRUE. You can cause that to happen by clicking then "admin/settings/performance->Clear cached data" button.
-- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/
