You are here

function cck_phone_uninstall in Phone Number 6

Same name and namespace in other branches
  1. 7 cck_phone.install \cck_phone_uninstall()

Implementation of hook_uninstall().

File

./cck_phone.install, line 22
Defines phone number fields for CCK. Installation file

Code

function cck_phone_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'cck_phone');
  variable_del('cck_phone_custom_cc');
}