You are here

function mee_update_7002 in Scald: Media Management made easy 7

Explicitly default mee storage format to 'sas' for existing sites.

File

modules/fields/mee/mee.install, line 173
MEE installer.

Code

function mee_update_7002() {
  if (variable_get('mee_store_format', 'undefined') == 'undefined') {
    variable_set('mee_store_format', 'sas');
  }
}