You are here

function fastly_update_7200 in Fastly 7.2

Delete old variable.

File

./fastly.install, line 22
Fastly install.

Code

function fastly_update_7200() {

  // This variable was used for "Log API requests" option.
  variable_del('fastly_log_enabled');
  return t('fastly_log_enabled variable has been deleted.');
}