function phone_uninstall in Phone 6
Implementation of hook_uninstall().
File
- ./
phone.install, line 34 - Defines phone number fields for CCK. Installation file
Code
function phone_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'phone');
}