function redhen_contact_update_7002 in RedHen CRM 7
Rebuild the registry to pick up the new class.
File
- modules/redhen_contact/ redhen_contact.install, line 334 
- Schema and installation hooks for redhen_contact module.
Code
function redhen_contact_update_7002() {
  registry_rebuild();
}