function update_install

Same name and namespace in other branches
  1. 7.x drupal-7.x/modules/update/update.install \update_install()

Implementation of hook_install().

Archivo

drupal-6.x/modules/update/update.install, line 6

Código

function update_install() {
  // Create cache table.
  drupal_install_schema('update');
  // Remove stale variables from update_status 5.x contrib, if any.
  _update_remove_update_status_variables();
}