By jrao on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-2.x
Introduced in version:
7.x-2.x-dev
Issue links:
Description:
The load and autocomplete callbacks in hook_privatemsg_recipient_type_info are passed one extra argument, which is the recipient type name. The callback functions in privatemsg_roles are changed accordingly although these functions do not actually use the type name.
This is useful when you use one callback to handle multiple recipient types.
Impacts:
Module developers