Diff for /loncom/interface/domainprefs.pm between versions 1.386 and 1.387

version 1.386, 2021/09/21 22:54:26 version 1.387, 2021/09/27 03:26:24
Line 11814  sub modify_login { Line 11814  sub modify_login {
                 }                  }
                 if (($hostid_in_use) &&                  if (($hostid_in_use) &&
                     (&Apache::lonnet::host_domain($hostid_in_use) eq $dom)) {                      (&Apache::lonnet::host_domain($hostid_in_use) eq $dom)) {
                     &devalidate_cache_new('samllanding',$hostid_in_use);                      &Apache::lonnet::devalidate_cache_new('samllanding',$hostid_in_use);
                 }                  }
                 if (ref($lastactref) eq 'HASH') {                  if (ref($lastactref) eq 'HASH') {
                     if (ref($changes{'saml'}) eq 'HASH') {                      if (ref($changes{'saml'}) eq 'HASH') {

Removed from v.1.386  
changed lines
  Added in v.1.387


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>