You are here

function panopoly_core_update_7106 in Panopoly Core 7

Use the new FPP revision locking mode.

File

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

Code

function panopoly_core_update_7106() {
  variable_set('fpp_revision_locking', 'lock');
}