You are here

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.install
View 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