--- loncom/interface/lonindexer.pm 2001/12/13 13:42:15 1.29 +++ loncom/interface/lonindexer.pm 2002/01/06 01:29:52 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.29 2001/12/13 13:42:15 harris41 Exp $ +# $Id: lonindexer.pm,v 1.31 2002/01/06 01:29:52 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,6 +62,7 @@ package Apache::lonindexer; # ------------------------------------------------- modules used by this module use strict; use Apache::lonnet(); +use Apache::loncommon(); use Apache::Constants qw(:common); use Apache::File; use GDBM_File; @@ -77,10 +78,6 @@ my $extrafield; # default extra table ce my $fnum; # file counter my $dnum; # directory counter -# ---------------------------------------------------------------------- BEGIN -sub BEGIN { -} - # ----------------------------- Handling routine called via Apache and mod_perl sub handler { my $r = shift;