function node_noindex_install in Node Noindex 6
Same name and namespace in other branches
- 7 node_noindex.install \node_noindex_install()
 
Implementation of hook_install().
File
- ./
node_noindex.install, line 11  - Install, update and uninstall functions for the node_noindex module.
 
Code
function node_noindex_install() {
  drupal_install_schema('node_noindex');
}