function system_update_7001

7.x system.install system_update_7001()

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

Related topics

File

drupal-7.x/modules/system/system.install, line 1774
Install, update and uninstall functions for the system module.

Code

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