--- loncom/interface/statistics/lonpercentage.pm 2003/01/14 22:10:08 1.8 +++ loncom/interface/statistics/lonpercentage.pm 2003/02/25 20:47:47 1.9 @@ -1,7 +1,6 @@ # The LearningOnline Network with CAPA -# (Publication Handler # -# $Id: lonpercentage.pm,v 1.8 2003/01/14 22:10:08 minaeibi Exp $ +# $Id: lonpercentage.pm,v 1.9 2003/02/25 20:47:47 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -110,9 +109,7 @@ sub CreateInterface { $Ptr .= ''."\n"; my @sections = split(':',$cache->{'sectionList'}); my @sectionsSelected = split(':',$cache->{'sectionsSelected'}); - $Ptr .= &Apache::lonhtmlcommon::MultipleSectionSelect(\@sections, - \@sectionsSelected, - 'Statistics'); + $Ptr .= &Apache::lonstatistics::SectionSelect('Section','multiple',5); $Ptr .= ''."\n"; $Ptr .= '';