--- loncom/interface/lonindexer.pm 2002/03/06 20:28:19 1.35 +++ loncom/interface/lonindexer.pm 2002/03/14 21:37:04 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.35 2002/03/06 20:28:19 matthew Exp $ +# $Id: lonindexer.pm,v 1.38 2002/03/14 21:37:04 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -107,7 +107,8 @@ sub handler { # -------------------------------------- see if called from an interactive mode # Get the parameters from the query string - &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}); + &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, + ['catalogmode','launch','acts','mode','form','element']); #------------------------------------------------------------------- my $closebutton=''; my $groupimportbutton=''; @@ -163,7 +164,7 @@ END # selection is made. # $element is the name of the element in $formname which receives # the URL. - &Apache::lonxml::debug('Checking mode, form, element'); + # &Apache::lonxml::debug('Checking mode, form, element'); &setvalues(\%hash,'form_mode' ,\%ENV,'form.mode' ); &setvalues(\%hash,'form_form' ,\%ENV,'form.form' ); &setvalues(\%hash,'form_element',\%ENV,'form.element'); @@ -231,9 +232,14 @@ function changeURL(val) { END } } - if ($ENV{'form.catalogmode'} eq 'groupimport') { - $catalogmodefunctions.=<