Diff for /loncom/homework/structuretags.pm between versions 1.501 and 1.502

version 1.501, 2012/03/25 14:35:58 version 1.502, 2012/04/04 10:48:30
Line 1541  sub end_problem { Line 1541  sub end_problem {
   
     &reset_problem_globals('problem');      &reset_problem_globals('problem');
   
       #
       # This shouild be just above the return so that the
       # time put in the javascript is as late as possible in the
       # computation:
       #
       if ($target eq 'web') {
           $result .= &Apache::lonhtmlcommon::set_compute_end_time();
       }
     return $result;      return $result;
 }  }
   

Removed from v.1.501  
changed lines
  Added in v.1.502


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