You are here

commons_radioactivity.install in Drupal Commons 7.3

File

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

/**
 * Replace the title attribute with the title field in view displays.
 */
function commons_radioactivity_update_7300() {
  $revert = array(
    'commons_radioactivity' => array(
      'views_view',
    ),
  );
  features_revert($revert);
  return array();
}

Functions

Namesort descending Description
commons_radioactivity_update_7300 Replace the title attribute with the title field in view displays.