function import_uninstall in Import 6
Implementation of hook_uninstall().
Remove the variables, nodes and schema corresponding to the module.
File
- ./
import.install, line 75
Code
function import_uninstall() {
variable_del('import_per_cron');
drupal_uninstall_schema('import');
}