function token_custom_uninstall in Custom Tokens 7.2
Same name and namespace in other branches
- 5 token_custom.install \token_custom_uninstall()
- 6 token_custom.install \token_custom_uninstall()
Implements hook_uninstall().
File
- ./
token_custom.install, line 135 - Install, update and uninstall functions for the token_custom module.
Code
function token_custom_uninstall() {
variable_del('token_custom_types');
}