You are here

function node_recur_update_7001 in Node recur 7.2

Remove unused variables

File

./node_recur.install, line 38

Code

function node_recur_update_7001() {
  foreach (node_type_get_types() as $type => $info) {
    variable_del("node_recur_allow_past_dates_node_type_{$type}");
    variable_del("node_recur_max_span_node_type_{$type}");
    variable_del("node_recur_node_form_node_type_{$type}");
  }
}