You are here

function shib_auth_update_6403 in Shibboleth Authentication 6.4

File

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

Code

function shib_auth_update_6403() {

  // This update is a helper to rebuild menu tree, because of the modified menu item
  menu_rebuild();

  // For some reason, update.php insists to have a returned array. Let it be then.
  $returned = array();
  return $returned;
}