Issue #2851431 by Aliya: Delete Variables on uninstalling the module.
This commit is contained in:
parent
20c2f29551
commit
8ab394f0e6
15
hfs.install
Normal file
15
hfs.install
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Uninstall functions for hfs module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_uninstall().
|
||||
*/
|
||||
function hfs_uninstall() {
|
||||
variable_del("hfs_header_scripts");
|
||||
variable_del("hfs_body_scripts");
|
||||
variable_del("hfs_footer_scripts");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user