update_update_6000

Versions
6
update_update_6000()

Clear out stale variables from update_status.

Code

modules/update/update.install, line 60

<?php
function update_update_6000() {
  _update_remove_update_status_variables();
  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.