You are here

function weight_update_7203 in Weight 7.2

Remove existing variables.

File

./weight.install, line 268

Code

function weight_update_7203() {
  variable_del('weight_node_types');
  variable_del('weight_range');
  variable_del('weight_use_menu');
  variable_del('weight_default');
  variable_del('weight_label');
  variable_del('weight_position');
}