You are here

function panopoly_magic_update_7104 in Panopoly 7

Preserve the legacy fieldset preview markup.

File

modules/panopoly/panopoly_magic/panopoly_magic.install, line 59
Install hooks for Panopoly Magic.

Code

function panopoly_magic_update_7104() {
  if (variable_get('panopoly_magic_preview_use_legacy_fieldset', 'not set') === 'not set') {
    variable_set('panopoly_magic_preview_use_legacy_fieldset', TRUE);
  }
}