Diff for /loncom/interface/lonnavmaps.pm between versions 1.502 and 1.503

version 1.502, 2014/09/26 17:56:02 version 1.503, 2014/11/18 03:33:53
Line 5402  sub check_for_slot { Line 5402  sub check_for_slot {
                         } else {                          } else {
                             if ($ip ne '') {                              if ($ip ne '') {
                                 if (!&Apache::loncommon::check_ip_acc($ip)) {                                  if (!&Apache::loncommon::check_ip_acc($ip)) {
                                     return (RESERVED_LOCATION,$ip,$slot_name);                                      return (RESERVED_LOCATION,$end,$slot_name);
                                 }                                  }
                             }                              }
                             my @proctors;                              my @proctors;

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


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