You are here

function profile2_regpath_update_7133 in Profile2 Registration Path 7

Same name and namespace in other branches
  1. 7.2 profile2_regpath.install \profile2_regpath_update_7133()

Update profile name.

File

./profile2_regpath.install, line 209
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 ');
}