You are here

function autotag_update_6201 in Taxonomy Autotagger 6.2

Clean up unwanted variables.

File

./autotag.install, line 91

Code

function autotag_update_6201() {
  variable_del('autotag_broken_node_types');
  variable_del('autotag_disable_vids');
  variable_del('autotag_dont_autotag');
  variable_del('autotag_node_preview');
  variable_del('autotag_totally_borked');
  variable_del('autotag_without_user_input');
  return array(
    '#finished' => TRUE,
  );
}