function tracker_update_8002

Convert tracker_index_nid variable to state system.

Related topics

File

drupal/core/modules/tracker/tracker.install, line 159
Install, update, and uninstall functions for tracker.module.

Code

function tracker_update_8002() {
  update_variables_to_state(array(
    'tracker_index_nid' => 'tracker.index_nid',
  ));
}