You are here

function commons_q_a_update_3110 in Drupal Commons 7.3

Indicate in the view that empty answers text is overridden by commons_q_a.

File

modules/commons/commons_q_a/commons_q_a.install, line 137

Code

function commons_q_a_update_3110() {
  $revert = array(
    'commons_q_a' => array(
      'views_view',
    ),
  );
  features_revert($revert);
  return array();
}