You are here

function redhen_note_update_7101 in RedHen CRM 7

Rebuild the registry; we're adding new class files for Views relationships.

File

modules/redhen_note/redhen_note.install, line 179
Schema and installation hooks for redhen_note module.

Code

function redhen_note_update_7101(&$sandbox) {
  registry_rebuild();
}