You are here

commons_like.install in Drupal Commons 7.3

File

modules/commons/commons_like/commons_like.install
View source
<?php

/**
 * Set the node display setting to a valid option.
 */
function commons_like_update_3000() {
  $revert = array(
    'commons_like' => array(
      'variable',
    ),
  );
  features_revert($revert);
  return array();
}

Functions

Namesort descending Description
commons_like_update_3000 Set the node display setting to a valid option.