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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.