function mandrill_update_7002 in Mandrill 7
Same name and namespace in other branches
- 7.2 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();
}