version 1.406, 2022/02/15 04:28:01
|
version 1.407, 2022/02/16 04:33:43
|
Line 16301 sub modify_lti {
|
Line 16301 sub modify_lti {
|
$dom,$hostid); |
$dom,$hostid); |
} |
} |
} |
} |
|
if (ref($lastactref) eq 'HASH') { |
|
if (($secchanges{'encrypt'}) || ($secchanges{'private'})) { |
|
$lastactref->{'domdefaults'} = 1; |
|
} |
|
} |
} |
} |
&Apache::lonnet::put_dom('encconfig',\%ltienchash,$dom,undef,1); |
&Apache::lonnet::put_dom('encconfig',\%ltienchash,$dom,undef,1); |
if ((keys(%changes) == 0) && (keys(%secchanges) == 0)) { |
if ((keys(%changes) == 0) && (keys(%secchanges) == 0)) { |