Diff for /loncom/homework/lonhomework.pm between versions 1.141 and 1.142

version 1.141, 2003/09/15 18:43:53 version 1.142, 2003/09/15 21:50:49
Line 660  sub handler { Line 660  sub handler {
     # if we are browsing we might not be able to know where we are      # if we are browsing we might not be able to know where we are
     if ($Apache::lonhomework::browse ne 'F') {      if ($Apache::lonhomework::browse ne 'F') {
       #should know where we are, so ask        #should know where we are, so ask
    if ( $Apache::lonnet::perlvar{'MODPERL2'} ) {
     &Apache::lonnet::cleanenv();      &Apache::lonnet::cleanenv();
    }
  $request->internal_redirect('/adm/ambiguous'); return;   $request->internal_redirect('/adm/ambiguous'); return;
     }      }
   }    }

Removed from v.1.141  
changed lines
  Added in v.1.142


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