in the hook_menu, I have an item that points to signup_user_list_page.
However, this function was renamed signup_user_list_output.
Is this a problem for anyone else?

Comments

dww’s picture

Category: bug » support
Status: Active » Closed (works as designed)

Not a problem for me. ;) This change was introduced intentionally via #349292: Reorganize signup node tabs, and all of signup* was converted to use the change. Sorry if you have some custom code that this broke, but that's life... Once 6.x-1.0 itself is out, I promise not to rename functions like this.