Diff for /loncom/homework/lonhomework.pm between versions 1.98 and 1.99

version 1.98, 2002/10/21 20:31:06 version 1.99, 2002/11/08 14:39:40
Line 220  sub check_access { Line 220  sub check_access {
   
 sub showhash {  sub showhash {
   my (%hash) = @_;    my (%hash) = @_;
   &showhashsubset(\%hash,'');    &showhashsubset(\%hash,'.');
   return '';    return '';
 }  }
   

Removed from v.1.98  
changed lines
  Added in v.1.99


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