function node_expire_install in Node expire 6
Same name and namespace in other branches
- 5 node_expire.install \node_expire_install()
- 6.2 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');
}