You are here

function panopoly_core_update_7109 in Panopoly Core 7

Update all Panel Nodes displays to point non-reusable FPPs to the vid instead of the fpid.

File

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

Code

function panopoly_core_update_7109(&$sandbox) {
  if (function_exists('fieldable_panels_panes_update_7113')) {
    return fieldable_panels_panes_update_7113($sandbox);
  }
}