You are here

function commons_q_a_update_3104 in Drupal Commons 7.3

Disable comments on Answer nodes.

File

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

Code

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