function system_update_7001 in Drupal 7
Generate a cron key and save it in the variables table.
Related topics
File
- modules/
system/ system.install, line 1884 - Install, update and uninstall functions for the system module.
Code
function system_update_7001() {
variable_set('cron_key', drupal_random_key());
}