function nat_install in Node Auto Term [NAT] 6
Same name and namespace in other branches
- 5 nat.install \nat_install()
- 6.2 nat.install \nat_install()
- 7.2 nat.install \nat_install()
- 7 nat.install \nat_install()
Implementation of hook_install().
File
- ./
nat.install, line 11
Code
function nat_install() {
drupal_install_schema('nat');
$t = get_t();
drupal_set_message($t('NAT module: Installation script complete.'));
}