function profile2_regpath_update_7133 in Profile2 Registration Path 7.2
Same name and namespace in other branches
- 7 profile2_regpath.install \profile2_regpath_update_7133()
Implements hook_update_n().
Update profile name
File
- ./
profile2_regpath.install, line 216 - Install file for the profile2_regpath module.
Code
function profile2_regpath_update_7133() {
db_query('UPDATE {profile2_regpath} AS pr ' . 'JOIN {profile_type} AS pt ' . 'ON pr.profile_id = pt.id ' . 'SET pr.profile_type = pt.type ');
}