--- loncom/interface/courseprefs.pm 2023/07/20 12:47:10 1.125 +++ loncom/interface/courseprefs.pm 2023/09/02 12:51:32 1.126 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.125 2023/07/20 12:47:10 raeburn Exp $ +# $Id: courseprefs.pm,v 1.126 2023/09/02 12:51:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -694,6 +694,8 @@ sub get_allitems { if ($item eq 'feedback') { push(@allitems,(map { $_.'.text'; } @{$prefs{$item}{'ordered'}})); } + } elsif (($item eq 'linkprot') || ($item eq 'ltitools')) { + push(@allitems,$item); } } }