You are here

function profile2_regpath_update_7120 in Profile2 Registration Path 7.2

Same name and namespace in other branches
  1. 7 profile2_regpath.install \profile2_regpath_update_7120()

Implements hook_update_n().

File

./profile2_regpath.install, line 128
Install file for the profile2_regpath module.

Code

function profile2_regpath_update_7120() {
  drupal_set_message(t('The Profile2 Registration Path URL pattern has changed. Please check your site to be sure that this has not broken any links.'));
}