function openid_update_last_removed

Implements hook_update_last_removed().

File

drupal/core/modules/openid/openid.install, line 122
Install, update and uninstall functions for the openid module.

Code

function openid_update_last_removed() {
  return 6000;
}