--- loncom/interface/londocs.pm 2005/11/04 21:36:56 1.209 +++ loncom/interface/londocs.pm 2005/11/04 21:39:26 1.210 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.209 2005/11/04 21:36:56 albertel Exp $ +# $Id: londocs.pm,v 1.210 2005/11/04 21:39:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2077,7 +2077,6 @@ $help{'Caching'}.''." # ================================================================ Main Handler sub handler { my $r = shift; - &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}); &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only;