You are here

function quant_update_7000 in Quant 7

Migrate a variable name change

File

./quant.install, line 31

Code

function quant_update_7000() {
  if ($palette = variable_get('quant_palette', NULL)) {
    variable_set('quant_chartapi_palette', $palette);
    variable_del('quant_palette');
  }
}