You are here

function nat_uninstall in Node Auto Term [NAT] 5

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

Implementation of hook_uninstall().

File

./nat.install, line 58

Code

function nat_uninstall() {
  db_query('DROP TABLE {nat}');
  variable_del('nat_config');
}