You are here

function fastly_update_7100 in Fastly 7

Delete old variable.

File

./fastly.install, line 21
Fastly install

Code

function fastly_update_7100() {

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