function phone_disable in Phone 6
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- ./
phone.install, line 59 - Defines phone number fields for CCK. Installation file
Code
function phone_disable() {
drupal_load('module', 'content');
content_notify('disable', 'phone');
}