You are here

function cck_phone_disable in Phone Number 6

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

Implementation of hook_disable().

Notify content module when this module is disabled.

File

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

Code

function cck_phone_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'cck_phone');
}