--- loncom/interface/lonindexer.pm 2001/12/13 13:59:22 1.30 +++ 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.30 2001/12/13 13:59:22 harris41 Exp $ +# $Id: lonindexer.pm,v 1.31 2002/01/06 01:29:52 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -78,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;