contact_attach.install in Contact Attach 6
Same filename and directory in other branches
The uninstallation instructions for Contact attach.
File
contact_attach.installView 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
Name | Description |
---|---|
contact_attach_uninstall | Implementation of hook_uninstall(). |