Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.401 and 1.402

version 1.401, 2003/08/14 22:23:53 version 1.402, 2003/08/14 22:26:40
Line 2256  sub customaccess { Line 2256  sub customaccess {
             $access=($effect eq 'allow');              $access=($effect eq 'allow');
             last;              last;
         }          }
    if ($realm eq '' && $role eq '') {
               $access=($effect eq 'allow');
    }
     }      }
     return $access;      return $access;
 }  }

Removed from v.1.401  
changed lines
  Added in v.1.402


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