function cck_range_enable in Range 6
Implementation of hook_enable().
Notify content module when this module is enabled.
File
- ./
range.install, line 25
Code
function cck_range_enable() {
drupal_load('module', 'content');
content_notify('enable', 'range');
}