--- loncom/interface/lonhelper.pm 2006/05/18 01:08:51 1.151 +++ loncom/interface/lonhelper.pm 2006/05/30 21:48:00 1.153 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.151 2006/05/18 01:08:51 raeburn Exp $ +# $Id: lonhelper.pm,v 1.153 2006/05/30 21:48:00 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -185,6 +185,8 @@ use Apache::lonlocal; use Apache::lonnet; use Apache::longroup; use Apache::lonselstudent; +use lib '/home/httpd/lib/perl/'; +use LONCAPA; # Register all the tags with the helper, so the helper can # push and pop them @@ -2342,7 +2344,8 @@ sub render { my ($course_personnel, $current_members, $expired_members, - $future_members) = &Apache::lonselstudent::get_people_in_class(); + $future_members) = + &Apache::lonselstudent::get_people_in_class($env{'request.course.sec'});