You are here

function panopoly_core_update_7111 in Panopoly Core 7

Update all Panel Nodes displays to point non-reusable FPPs to the vuuid instead of the uuid.

File

./panopoly_core.install, line 290
An installation file for Panopoly Core

Code

function panopoly_core_update_7111(&$sandbox) {
  if (function_exists('fieldable_panels_panes_update_7116')) {
    return fieldable_panels_panes_update_7116($sandbox);
  }
}