function cck_phone_enable in Phone Number 7
Same name and namespace in other branches
- 6 cck_phone.install \cck_phone_enable()
Implements hook_enable().
Notify content module when this module is enabled.
File
- ./
cck_phone.install, line 52 - Defines phone number fields for CCK. Installation file
Code
function cck_phone_enable() {
// TODO: Migration path for phone.module to cck_phone
}