Diff for /loncom/interface/domainprefs.pm between versions 1.160.6.118.2.6 and 1.160.6.118.2.7

version 1.160.6.118.2.6, 2022/02/21 13:56:22 version 1.160.6.118.2.7, 2022/02/22 19:18:45
Line 5371  sub print_coursedefaults { Line 5371  sub print_coursedefaults {
         postsubmit           => 'Disable submit button/keypress following student submission',          postsubmit           => 'Disable submit button/keypress following student submission',
         canclone             => "People who may clone a course (besides course's owner and coordinators)",          canclone             => "People who may clone a course (besides course's owner and coordinators)",
         mysqltables          => 'Lifetime (s) of "Temporary" MySQL tables (student performance data) on homeserver',          mysqltables          => 'Lifetime (s) of "Temporary" MySQL tables (student performance data) on homeserver',
     );  
         ltiauth              => 'Student username in LTI launch of deep-linked URL can be accepted without re-authentication',          ltiauth              => 'Student username in LTI launch of deep-linked URL can be accepted without re-authentication',
       );
     my %staticdefaults = (      my %staticdefaults = (
                            anonsurvey_threshold => 10,                             anonsurvey_threshold => 10,
                            uploadquota          => 500,                             uploadquota          => 500,

Removed from v.1.160.6.118.2.6  
changed lines
  Added in v.1.160.6.118.2.7


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