function comment_update_8004

Convert variables to state.

Related topics

File

drupal/core/modules/comment/comment.install, line 390
Install, update and uninstall functions for the Comment module.

Code

function comment_update_8004() {
  update_variables_to_state(array(
    'node_cron_comments_scale' => 'comment.node_comment_statistics_scale',
  ));
}