--- loncom/interface/courseprefs.pm 2022/04/05 16:55:20 1.49.2.28.2.8 +++ loncom/interface/courseprefs.pm 2022/04/05 18:19:33 1.49.2.28.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.49.2.28.2.8 2022/04/05 16:55:20 raeburn Exp $ +# $Id: courseprefs.pm,v 1.49.2.28.2.9 2022/04/05 18:19:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1626,7 +1626,7 @@ sub process_linkprot { $changes->{$entry} = $linkprot{$entry}; } if (ref($lastactref) eq 'HASH') { - $lastactref->{'courselti'} = 1'; + $lastactref->{'courselti'} = 1; } } return $errors;