You are here

function nd_uninstall in Node displays 6.2

Same name and namespace in other branches
  1. 6.3 nd.install \nd_uninstall()
  2. 6 nd.install \nd_uninstall()
  3. 7 nd.install \nd_uninstall()

Implementation of hook_uninstall().

File

./nd.install, line 25
Node displays install file.

Code

function nd_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'nd_%%'");
  variable_del('ds_build_mode_4');
}