Diff for /loncom/homework/lonhomework.pm between versions 1.34 and 1.35

version 1.34, 2001/01/15 21:44:21 version 1.35, 2001/01/24 14:26:28
Line 128  sub handler { Line 128  sub handler {
   }    }
   $request->send_http_header;    $request->send_http_header;
   return OK if $request->header_only;    return OK if $request->header_only;
     
     #check if we know where we are
     if ($ENV{'request.course.fn'} && !&Apache::lonnet::symbread()) { 
       $request->internal_redirect('/adm/ambiguous'); return; 
     }
   
   &Apache::lonhomework::send_header($request);    &Apache::lonhomework::send_header($request);
       
   #check if allowed to see    #check if allowed to see

Removed from v.1.34  
changed lines
  Added in v.1.35


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