Diff for /loncom/homework/lonhomework.pm between versions 1.363 and 1.364

version 1.363, 2016/07/18 19:29:11 version 1.364, 2016/08/31 19:08:18
Line 231  sub check_slot_access { Line 231  sub check_slot_access {
     my ($returned_slot,$slot_name,$checkinslot,$ipused,$blockip,$now,$ip,      my ($returned_slot,$slot_name,$checkinslot,$ipused,$blockip,$now,$ip,
         $consumed_uniq);          $consumed_uniq);
     $now = time;      $now = time;
     $ip=$env{'request.host'} || $ENV{'REMOTE_ADDR'};      $ip=$ENV{'REMOTE_ADDR'} || $env{'request.host'};
   
     if ($checkedin) {      if ($checkedin) {
         $checkinslot = $Apache::lonhomework::history{"$checkin.slot"};          $checkinslot = $Apache::lonhomework::history{"$checkin.slot"};

Removed from v.1.363  
changed lines
  Added in v.1.364


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