You are here

function nat_install in Node Auto Term [NAT] 7.2

Same name and namespace in other branches
  1. 5 nat.install \nat_install()
  2. 6.2 nat.install \nat_install()
  3. 6 nat.install \nat_install()
  4. 7 nat.install \nat_install()

Implements hook_install().

File

./nat.install, line 11

Code

function nat_install() {
  $t = get_t();
  drupal_set_message($t('NAT module: Installation script complete.'));
}