--- loncom/interface/lonindexer.pm 2002/03/06 20:28:19 1.35 +++ loncom/interface/lonindexer.pm 2002/03/06 22:01:06 1.36 @@ -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.36 2002/03/06 22:01:06 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='';