You are here

function wsfields_uninstall in Web Service Data 7

Implements hook_uninstall().

File

modules/wsfields/wsfields.install, line 21
Install file for wsfields

Code

function wsfields_uninstall() {
  variable_del('wsfields_debug');
  variable_del('wsfields_min_expire');
}