function phone_install in Phone 6
Implementation of hook_install().
File
- ./
phone.install, line 25 - Defines phone number fields for CCK. Installation file
Code
function phone_install() {
drupal_load('module', 'content');
content_notify('install', 'phone');
drupal_set_message(t('Phone module installed successfully.'));
}