You are here

function mailmime_enable in Mail MIME 6.2

Implements hook_enable().

File

./mailmime.install, line 11
Installation for Mail MIME module.

Code

function mailmime_enable() {

  // Make usre the class include file gets listed in the registry.
  autoload_registry_update();
}