--- loncom/interface/groupsort.pm 2002/03/21 14:33:49 1.7 +++ loncom/interface/groupsort.pm 2002/08/16 17:03:23 1.14 @@ -2,7 +2,7 @@ # The LON-CAPA group sort handler # Allows for sorting prior to import into RAT. # -# $Id: groupsort.pm,v 1.7 2002/03/21 14:33:49 www Exp $ +# $Id: groupsort.pm,v 1.14 2002/08/16 17:03:23 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -46,7 +46,9 @@ my $iconpath; # variable to be accessibl # ---------------------------------------------------------------- Main Handler sub handler { my $r = shift; - + + &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, + ['acts','catalogmode','mode']); # color scheme my $fileclr = '#ffffe6'; my $titleclr = '#ddffff'; @@ -55,26 +57,23 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - # output start of web page - $r->print(< - -The LearningOnline Network With CAPA Group Sorter -