You are here

function commons_profile_base_update_7000 in Drupal Commons 7.3

Revert strongarm varibles related to realname recursion error.

File

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

Code

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