--- loncom/interface/Attic/londropadd.pm 2004/05/14 18:11:12 1.111 +++ 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.111 2004/05/14 18:11:12 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 + } } ############################################################### @@ -1172,8 +1177,6 @@ sub print_html_classlist { &show_class_list($r,'view','modify', $ENV{'form.Status'},$classlist,$keylist); } else { - &Apache::lonnet::logthis('showing class list '.$ENV{'form.output'}); - &show_class_list($r,$ENV{'form.output'},'aboutme', $ENV{'form.Status'},$classlist,$keylist); }