function profile2_regpath_update_7134 in Profile2 Registration Path 7.2
Same name and namespace in other branches
- 7 profile2_regpath.install \profile2_regpath_update_7134()
Implements hook_update_n().
Enable dependencies
File
- ./
profile2_regpath.install, line 230 - Install file for the profile2_regpath module.
Code
function profile2_regpath_update_7134() {
if (!module_exists('ctools')) {
module_enable(array(
'ctools',
));
}
}