--- loncom/interface/groupsort.pm 2001/12/11 03:19:16 1.4 +++ loncom/interface/groupsort.pm 2002/05/13 16:00:53 1.10 @@ -2,7 +2,7 @@ # The LON-CAPA group sort handler # Allows for sorting prior to import into RAT. # -# $Id: groupsort.pm,v 1.4 2001/12/11 03:19:16 harris41 Exp $ +# $Id: groupsort.pm,v 1.10 2002/05/13 16:00:53 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,6 +28,8 @@ # # YEAR=2001 # 8/7,8/8,10/14,10/15,12/10 Scott Harrison +# YEAR=2002 +# 1/17 Scott Harrison # ### @@ -44,6 +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'; @@ -53,26 +58,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 -