function node_revision_delete_uninstall in Node Revision Delete 7
Same name and namespace in other branches
- 7.3 node_revision_delete.install \node_revision_delete_uninstall()
- 7.2 node_revision_delete.install \node_revision_delete_uninstall()
Implements hook_uninstall().
File
- ./
node_revision_delete.install, line 23 - Install, update and uninstall functions for the Node Revision module.
Code
function node_revision_delete_uninstall() {
variable_del('node_revision_delete_number');
variable_del('node_revision_delete_content_type');
variable_del('node_revision_delete_time');
variable_del('node_revision_delete_last_execute');
}