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') { |