You are here

function cck_phone_install in Phone Number 7

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

Implements hook_install().

File

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

Code

function cck_phone_install() {
  drupal_set_message(st('Phone number module installed successfully.'));
}