Diff for /loncom/interface/loncommon.pm between versions 1.20 and 1.21

version 1.20, 2001/12/25 21:02:35 version 1.21, 2001/12/25 21:57:54
Line 50  my %fe; my %fd; Line 50  my %fe; my %fd;
 my %fc;  my %fc;
   
 # -------------------------------------------------------------- Thesaurus data  # -------------------------------------------------------------- Thesaurus data
 my @therelated=();  my @therelated;
 my @theword=();  my @theword;
 my @thecount=();  my @thecount;
 my %theindex=();  my %theindex;
 my $thetotalcount=0;  my $thetotalcount;
 my $thefuzzy=2;  my $thefuzzy=2;
 my $thethreshold=0.1/$thefuzzy;  my $thethreshold=0.1/$thefuzzy;
 my $theavecount;  my $theavecount;

Removed from v.1.20  
changed lines
  Added in v.1.21


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