function profile2_regpath_enable in Profile2 Registration Path 7
Same name and namespace in other branches
- 7.2 profile2_regpath.install \profile2_regpath_enable()
Implements hook_enable().
File
- ./
profile2_regpath.install, line 83 - Install file for the profile2_regpath module.
Code
function profile2_regpath_enable() {
drupal_set_message(st('Profile2 Registration Path has been enabled. To configure profile registration paths, edit a profile type on the ' . l(t('Profile Types administration page'), 'admin/structure/profiles')), 'status');
}