Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.210 and 1.211

version 1.210, 2002/05/05 01:59:42 version 1.211, 2002/05/06 13:46:41
Line 2507  sub symblist { Line 2507  sub symblist {
         if (tie(%hash,'GDBM_File',$ENV{'request.course.fn'}.'_symb.db',          if (tie(%hash,'GDBM_File',$ENV{'request.course.fn'}.'_symb.db',
                       &GDBM_WRCREAT,0640)) {                        &GDBM_WRCREAT,0640)) {
     foreach (keys %newhash) {      foreach (keys %newhash) {
                 $hash{declutter($_)}=&symbclean($mapname.'___'.$newhash{$_});                  $hash{declutter($_)}=$mapname.'___'.$newhash{$_};
             }              }
             if (untie(%hash)) {              if (untie(%hash)) {
  return 'ok';   return 'ok';

Removed from v.1.210  
changed lines
  Added in v.1.211


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