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