You are here

function panopoly_magic_update_7104 in Panopoly Magic 7

Preserve the legacy fieldset preview markup.

File

./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);
  }
}