system_update_1014
- Versions
- 5
system_update_1014()
Code
modules/system/system.install, line 3395
<?php
function system_update_1014() {
variable_del('cron_busy');
return array();
}
?>Login or register to post comments system_update_1014()modules/system/system.install, line 3395
<?php
function system_update_1014() {
variable_del('cron_busy');
return array();
}
?>Login or register to post comments