You are here

function panelizer_update_7304 in Panelizer 7.3

Rerun update 7302. Set the storage type and ID on existing {panelizer_default} records.

File

./panelizer.install, line 1369
Install, update and uninstall functions for the panelizer module.

Code

function panelizer_update_7304(&$sandbox) {
  return panelizer_update_7302($sandbox);
}