You are here

function mandrill_update_7002 in Mandrill 7.2

Same name and namespace in other branches
  1. 7 mandrill.install \mandrill_update_7002()

Rebuilds the registry, as we've moved some files around.

File

./mandrill.install, line 55
Install, update and uninstall functions for the mandrill module.

Code

function mandrill_update_7002() {

  // Rebuild the registry, we've moved some files around.
  registry_rebuild();
}