Diff for /loncom/homework/lonhomework.pm between versions 1.154 and 1.155

version 1.154, 2003/10/14 18:44:21 version 1.155, 2003/10/15 17:41:10
Line 217  sub check_access { Line 217  sub check_access {
     my $allowed=&check_ip_acc(&Apache::lonnet::EXT("resource.$id.acc"));      my $allowed=&check_ip_acc(&Apache::lonnet::EXT("resource.$id.acc"));
     if (!$allowed) {      if (!$allowed) {
  $status='INVALID_ACCESS';   $status='INVALID_ACCESS';
  $date=&mt("may be open from a different computer.");   $date=&mt("can not be accessed from your location.");
  return($status,$date);   return($status,$date);
     }      }
   

Removed from v.1.154  
changed lines
  Added in v.1.155


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