You are here

function cck_phone_install in Phone Number 6

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

Implementation of hook_install().

File

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

Code

function cck_phone_install() {
  drupal_load('module', 'content');
  content_notify('install', 'cck_phone');
  drupal_set_message(st('Phone number module installed successfully.'));
}