function system_update_1014 in Drupal 5
Related topics
File
- modules/
system/ system.install, line 3395
Code
function system_update_1014() {
variable_del('cron_busy');
return array();
}
function system_update_1014() {
variable_del('cron_busy');
return array();
}