You are here

function node_revision_delete_install in Node Revision Delete 7.2

Same name and namespace in other branches
  1. 7.3 node_revision_delete.install \node_revision_delete_install()
  2. 7 node_revision_delete.install \node_revision_delete_install()

Implements hook_install().

File

./node_revision_delete.install, line 11
Install, update and uninstall functions for the Node Revision module.

Code

function node_revision_delete_install() {
  variable_set('node_revision_delete_time', 0);
  variable_set('node_revision_delete_last_execute', 0);
}