You are here

function acquia_purge_update_7100 in Acquia Purge 7

Remove the 'acquia_purge_reportpurges' variable.

The variable disappeared as of version 7.x-1.0-beta2. Its functionality has been replaced by the 'purge notification' permission. Which is more granular and increases simplicity.

File

./acquia_purge.install, line 88
Installation file for the Acquia Purge module.

Code

function acquia_purge_update_7100(&$sandbox) {
  variable_del('acquia_purge_reportpurges');
}