You are here

function mobile_codes_uninstall in Mobile Codes 6.2

Same name and namespace in other branches
  1. 5 mobile_codes.install \mobile_codes_uninstall()
  2. 6 mobile_codes.install \mobile_codes_uninstall()
  3. 7.2 mobile_codes.install \mobile_codes_uninstall()

Implements hook_uninstall().

File

./mobile_codes.install, line 104

Code

function mobile_codes_uninstall() {
  drupal_uninstall_schema('mobile_codes');
  variable_del('mobile_codes_block_node_url_preset');
  variable_del('mobile_codes_block_user_vcard_preset');
  variable_del('mobile_codes_settings');
}