function mandrill_update_7004 in Mandrill 7.2
Same name and namespace in other branches
- 7 mandrill.install \mandrill_update_7004()
Clear cache to pick up new class name for DrupalMandrill class.
File
- ./
mandrill.install, line 94 - Install, update and uninstall functions for the mandrill module.
Code
function mandrill_update_7004() {
cache_clear_all();
}