--- rat/lonpage.pm 2003/09/22 03:02:06 1.53 +++ rat/lonpage.pm 2003/10/21 20:40:10 1.54 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.53 2003/09/22 03:02:06 www Exp $ +# $Id: lonpage.pm,v 1.54 2003/10/21 20:40:10 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -158,6 +158,12 @@ sub handler { my $number_of_columns = 1; my $requrl=$r->uri; my $target = $ENV{'form.grade_target'}; + &Apache::lonnet::logthis("Got a target of $target"); + if ($target eq 'meta') { + &Apache::loncommon::content_type($r,'text/html'); + $r->send_http_header; + return OK; + } # ----------------------------------------------------------------- Tie db file if (($ENV{'request.course.fn'}) && (!$ENV{'form.forceselect'})) { my $fn=$ENV{'request.course.fn'};