--- loncom/interface/courseprefs.pm 2011/10/19 21:15:53 1.47 +++ loncom/interface/courseprefs.pm 2011/12/14 23:55:50 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.47 2011/10/19 21:15:53 www Exp $ +# $Id: courseprefs.pm,v 1.48 2011/12/14 23:55:50 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2392,7 +2392,7 @@ sub show_contents_view { } $r->print(&Apache::loncommon::start_data_table_row(). ''.$indent.$icon.' '.$title.''); - &releases_by_map($r,$bymap,$url,$scopeorder); + &releases_by_map($r,$bymap,$url,$scopeorder,$lt); $r->print(&Apache::loncommon::end_data_table_row()); } else { my $rowspan;