function node_update_8011

Moves node cron last run time from variable to state.

Related topics

File

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

Code

function node_update_8011() {
  update_variables_to_state(array(
    'node_cron_last' => 'node.cron_last',
  ));
}