function node_update_8010

Moves node_access_needs_rebuild from variable to state.

Related topics

File

drupal/core/modules/node/node.install, line 774
Install, update and uninstall functions for the node module.

Code

function node_update_8010() {
  update_variables_to_state(array(
    'node_access_needs_rebuild' => 'node.node_access_needs_rebuild',
  ));
}