commerce_billy_mail_attachment.install in Commerce Billy Mail 7
Commerce Billy Mail Attachment installation file.
File
modules/commerce_billy_mail_attachment/commerce_billy_mail_attachment.installView source
<?php
/**
* @file
* Commerce Billy Mail Attachment installation file.
*/
/**
* Implements hook_uninstall().
*/
function commerce_billy_mail_attachment_uninstall() {
variable_del('commerce_billy_mail_attachment_fids');
}
Functions
Name![]() |
Description |
---|---|
commerce_billy_mail_attachment_uninstall | Implements hook_uninstall(). |