--- loncom/interface/lonsearchcat.pm 2001/12/13 14:00:37 1.112 +++ loncom/interface/lonsearchcat.pm 2001/12/17 00:56:48 1.113 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.112 2001/12/13 14:00:37 harris41 Exp $ +# $Id: lonsearchcat.pm,v 1.113 2001/12/17 00:56:48 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,7 +28,7 @@ # YEAR=2001 # 3/8, 3/12, 3/13, 3/14, 3/15, 3/19 Scott Harrison # 3/20, 3/21, 3/22, 3/26, 3/27, 4/2, 8/15, 8/24, 8/25 Scott Harrison -# 10/12,10/14,10/15,10/16,11/28,11/29,12/10,12/12 Scott Harrison +# 10/12,10/14,10/15,10/16,11/28,11/29,12/10,12/12,12/16 Scott Harrison # ### @@ -59,9 +59,6 @@ use Apache::loncommon(); # ---------------------------------------- variables used throughout the module # -- information holders -# my %language; # holds contents of language.tab -# my %cprtag; # holds contents of copyright.tab -# my %mimetag; # holds contents of filetypes.tab my %hostdomains; # matches host name to host domain my %hostips; # matches host name to host ip my %hitcount; # stores number of hits per host @@ -1561,18 +1558,6 @@ This routine is only run once after comp =item * -Initializes %language hash table. - -=item * - -Initializes %cprtag hash table (for copyright.tab). - -=item * - -Initializes %mimetag hash table (for filetypes.tab). - -=item * - Initializes %hostdomains and hostips hash table (for hosts.tab). =back