function node_limit_role_uninstall in Node Limit 6
Implementation of hook_uninstall().
File
- node_limit_role/
node_limit_role.install, line 50 - Installation functions for module node_limit_role.
Code
function node_limit_role_uninstall() {
drupal_uninstall_schema('node_limit_role');
}