You are here

function node_expire_install in Node expire 6.2

Same name and namespace in other branches
  1. 5 node_expire.install \node_expire_install()
  2. 6 node_expire.install \node_expire_install()

Implementation of hook_install().

File

./node_expire.install, line 11
Install, uninstall and update the module.

Code

function node_expire_install() {
  drupal_install_schema('node_expire');
}