function import_role_uninstall in Import 6
Implementation of hook_uninstall().
Remove the variables, nodes and schema corresponding to the module.
File
- examples/
import_role/ import_role.install, line 16
Code
function import_role_uninstall() {
variable_del('import_role_staged');
}