function system_update_7001

Generate a cron key and save it in the variables table.

Related topics

File

modules/system/system.install, line 1903

Code

function system_update_7001() {
    variable_set('cron_key', drupal_random_key());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.