--- loncom/interface/lonindexer.pm 2001/12/13 13:42:15 1.29 +++ loncom/interface/lonindexer.pm 2001/12/13 13:59:22 1.30 @@ -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.30 2001/12/13 13:59:22 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;