You are here

function npop_uninstall in Node pop-up 7

Implements hook_uninstall().

File

./npop.install, line 11
Contains install and update functions for npop module.

Code

function npop_uninstall() {

  // Delete variables.
  variable_del('npop_change_url');
}