function commerce_billy_mail_attachment_uninstall in Commerce Billy Mail 7
Implements hook_uninstall().
File
- modules/
commerce_billy_mail_attachment/ commerce_billy_mail_attachment.install, line 11 - Commerce Billy Mail Attachment installation file.
Code
function commerce_billy_mail_attachment_uninstall() {
variable_del('commerce_billy_mail_attachment_fids');
}