You are here

contact_attach.install in Contact Attach 5

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

The uninstallation instructions for Contact attach.

File

contact_attach.install
View source
<?php

/**
 * @file
 * The uninstallation instructions for Contact attach.
 */

/**
 * Implementation of hook_uninstall().
 */
function contact_attach_uninstall() {
  variable_del('contact_attach_number');
}

//  End of contact_attach_uninstall().

Functions

Namesort descending Description
contact_attach_uninstall Implementation of hook_uninstall().