--- loncom/interface/loncoursedata.pm 2002/10/16 13:43:34 1.36 +++ loncom/interface/loncoursedata.pm 2002/10/16 14:48:45 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: loncoursedata.pm,v 1.36 2002/10/16 13:43:34 matthew Exp $ +# $Id: loncoursedata.pm,v 1.37 2002/10/16 14:48:45 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1429,7 +1429,7 @@ sub get_classlist { ($end,$start,$id,$section,$fullname) = @Values; } else { # We have to get the data ourselves ($end,$start) = @Values; - $section = &Apache::lonnet::usection($sdom,$sname,$cid); + $section = &Apache::lonnet::getsection($sdom,$sname,$cid); my %info=&Apache::lonnet::get('environment', ['firstname','middlename', 'lastname','generation','id'],