Diff for /loncom/homework/lonhomework.pm between versions 1.317.4.1 and 1.317.4.2

version 1.317.4.1, 2010/08/13 01:33:48 version 1.317.4.2, 2010/11/09 17:45:09
Line 269  sub check_slot_access { Line 269  sub check_slot_access {
     }      }
     if ($slotstatus eq 'NEEDS_CHECKIN' &&      if ($slotstatus eq 'NEEDS_CHECKIN' &&
  &proctor_checked_in($slot_name,$returned_slot,$type)) {   &proctor_checked_in($slot_name,$returned_slot,$type)) {
  &Apache::lonxml::debug("protoctor checked in");   &Apache::lonxml::debug("proctor checked in");
  $slotstatus='CAN_ANSWER';   $slotstatus=$status;
     }      }
   
     my ($is_correct,$got_grade,$checkedin);      my ($is_correct,$got_grade,$checkedin);

Removed from v.1.317.4.1  
changed lines
  Added in v.1.317.4.2


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