You are here

function panopoly_magic_update_7106 in Panopoly Magic 7

Preserve the old behavior for showing descriptions in single preview mode.

File

./panopoly_magic.install, line 89
Install hooks for Panopoly Magic.

Code

function panopoly_magic_update_7106() {
  if (variable_get('panopoly_magic_pane_show_description', 'not set') === 'not set') {
    variable_set('panopoly_magic_pane_show_description', 0);
  }
}