You are here

mailmime.install in Mail MIME 6.2

Same filename and directory in other branches
  1. 6 mailmime.install
  2. 7 mailmime.install

Installation for Mail MIME module.

File

mailmime.install
View source
<?php

/**
 * @file
 * Installation for Mail MIME module.
 */

/**
 * Implements hook_enable().
 */
function mailmime_enable() {

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

Functions

Namesort descending Description
mailmime_enable Implements hook_enable().