You are here

function optimizedb_update_7102 in OptimizeDB 7

Changing the name of a variable.

File

./optimizedb.install, line 106
Installation file for Database Optimization.

Code

function optimizedb_update_7102() {
  $clear_type = variable_get('optimize_clear_type', 0);
  variable_set('optimizedb_clear_type', $clear_type);
  variable_del('optimize_clear_type');
}