Diff for /loncom/interface/lonsimplepage.pm between versions 1.23 and 1.24

version 1.23, 2005/02/17 08:29:43 version 1.24, 2005/02/17 08:50:20
Line 40  use Apache::lonxml; Line 40  use Apache::lonxml;
   
 sub handler {  sub handler {
     my $r = shift;      my $r = shift;
     $r->content_type('text/html');      &Apache::loncommon::content_type($r,'text/html');
     $r->send_http_header;      $r->send_http_header;
     return OK if $r->header_only;      return OK if $r->header_only;
     my $target=$ENV{'form.grade_target'};      my $target=$ENV{'form.grade_target'};

Removed from v.1.23  
changed lines
  Added in v.1.24


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>