function system_update_7001

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

Related topics

File

drupal/modules/system/system.install, line 1853
Install, update and uninstall functions for the system module.

Code

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