--- loncom/interface/Attic/londropadd.pm 2004/05/19 17:53:43 1.112 +++ loncom/interface/Attic/londropadd.pm 2004/06/09 17:08:27 1.113 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.112 2004/05/19 17:53:43 matthew Exp $ +# $Id: londropadd.pm,v 1.113 2004/06/09 17:08:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -173,10 +173,15 @@ sub print_main_menu { $Text{'drop'} $help{'Course_Drop_Student'}

+END + my ($cdom,$cnum) = split/_/,$ENV{'request.course.id'}; + if (&Apache::lonnet::auto_run($cnum,$cdom) ) { + $r->print(< $Text{'populate'} END + } } ###############################################################