--- loncom/interface/Attic/londropadd.pm 2004/05/13 21:03:16 1.110 +++ 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.110 2004/05/13 21:03:16 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); } @@ -1841,7 +1844,7 @@ END END } $r->print('
'); - my %lt=&Apache::lonlocal::texthash( + %lt=&Apache::lonlocal::texthash( 'dp' => "Drop Students", 'ca' => "check all", 'ua' => "uncheck all",