function elysia_cron_update_7201 in Elysia Cron 7.2
Use default cron_key variable.
File
- ./
elysia_cron.install, line 161 - Install, update and uninstall functions for the elysia_cron module.
Code
function elysia_cron_update_7201() {
$cron_key = variable_get('elysia_cron_key', FALSE);
if ($cron_key) {
variable_set('cron_key', $cron_key);
}
variable_del('elysia_cron_key');
}