Diff for /loncom/interface/lontrackstudent.pm between versions 1.30 and 1.30.2.1

version 1.30, 2009/08/28 22:47:07 version 1.30.2.1, 2010/01/06 18:23:27
Line 553  sub handler { Line 553  sub handler {
     &Apache::loncommon::content_type($r,'text/html');      &Apache::loncommon::content_type($r,'text/html');
     $r->send_http_header;      $r->send_http_header;
     if ($r->header_only) { return OK; }      if ($r->header_only) { return OK; }
   
       if (&Apache::loncommon::needs_gci_custom()) {
           $r->print(&Apache::loncommon::start_page("Student Activity"));
           $r->print('<h3>'.
                     &mt('No student activity display available for Concept Tests') .
                     '</h3>');
           $r->print(&Apache::loncommon::end_page());
           return OK;
       }
   
     #      #
     # Extract form elements from query string      # Extract form elements from query string
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},      &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},

Removed from v.1.30  
changed lines
  Added in v.1.30.2.1


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