--- loncom/interface/loncommon.pm 2021/01/29 02:28:32 1.1353 +++ loncom/interface/loncommon.pm 2021/03/30 23:19:23 1.1355 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1353 2021/01/29 02:28:32 raeburn Exp $ +# $Id: loncommon.pm,v 1.1355 2021/03/30 23:19:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8647,7 +8647,7 @@ ADDMETA } if ($locknum) { my @lockinfo = sort(values(%locks)); - $msg = &mt('Once the following tasks are complete: ')."\n". + $msg = &mt('Once the following tasks are complete:')." \n". join(", ",sort(values(%locks)))."\n"; if (&show_course()) { $msg .= &mt('your session will be transferred to a different server, after you click "Courses".'); @@ -16223,8 +16223,7 @@ sub construct_course { 'plc.users.denied', 'hidefromcat', 'checkforpriv', - 'categories', - 'internal.uniquecode'], + 'categories'], $$crsudom,$$crsunum); if ($args->{'textbook'}) { $cenv{'internal.textbook'} = $args->{'textbook'};