Diff for /loncom/interface/lonindexer.pm between versions 1.54 and 1.55

version 1.54, 2003/01/09 22:04:28 version 1.55, 2003/01/14 18:47:50
Line 920  sub setvalues { Line 920  sub setvalues {
 1;  1;
   
 sub cleanup {  sub cleanup {
     untie(%hash) if (tied(%hash));      if (tied(%hash)){
    &Apache::lonnet::logthis('Cleanup indexer: hash');
           unless (untie(%hash)) {
       &Apache::lonnet::logthis('Failed cleanup indexer: hash');
           }
       }
 }  }
   
 =head1 NAME  =head1 NAME

Removed from v.1.54  
changed lines
  Added in v.1.55


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