--- loncom/interface/Attic/londropadd.pm 2004/05/13 21:03:16 1.110 +++ loncom/interface/Attic/londropadd.pm 2004/05/19 17:53:43 1.112 @@ -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.112 2004/05/19 17:53:43 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1172,8 +1172,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 +1839,7 @@ END END } $r->print('
'); - my %lt=&Apache::lonlocal::texthash( + %lt=&Apache::lonlocal::texthash( 'dp' => "Drop Students", 'ca' => "check all", 'ua' => "uncheck all",