You are here

function shib_auth_block_save in Shibboleth Authentication 7.4

Implements hook_block_save().

File

./shib_auth.module, line 1157
Drupal Shibboleth authentication module.

Code

function shib_auth_block_save($delta = '', $edit = array()) {
  switch ($delta) {
    case 'login_box':
      variable_set('shib_auth_link_text', $edit['shib_auth_link_text']);
  }
}