You are here

function commons_profile_base_update_7001 in Drupal Commons 7.3

Replace tokens with their raw equivalents in user registration emails.

File

modules/commons/commons_profile_base/commons_profile_base.install, line 17

Code

function commons_profile_base_update_7001() {
  $revert = array(
    'commons_profile_base' => array(
      'variable',
    ),
  );
  features_revert($revert);
  return array();
}