function system_update_7001
Generate a cron key and save it in the variables table.
Related topics
Archivo
- drupal-7.x/
modules/ system/ system.install, line 1773 - Install, update and uninstall functions for the system module.
Código
function system_update_7001() {
variable_set('cron_key', drupal_random_key());
}