function nat_uninstall in Node Auto Term [NAT] 5
Same name and namespace in other branches
- 6.2 nat.install \nat_uninstall()
- 6 nat.install \nat_uninstall()
- 7.2 nat.install \nat_uninstall()
- 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');
}