You are here

function update_update_6000 in Drupal 6

Clear out stale variables from update_status.

File

modules/update/update.install, line 59

Code

function update_update_6000() {
  _update_remove_update_status_variables();
  return array();
}