You are here

function shib_auth_update_6000 in Shibboleth Authentication 6.3

Implementation of the hook_n_update().

Fixes [#605354]

File

./shib_auth.install, line 110
This is the install file of the Shibboleth authentication module for Drupal system

Code

function shib_auth_update_6000() {
  menu_cache_clear_all();
  return;
}