--- loncom/interface/lonindexer.pm 2005/11/14 23:17:12 1.137 +++ loncom/interface/lonindexer.pm 2006/02/07 19:46:30 1.138 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.137 2005/11/14 23:17:12 albertel Exp $ +# $Id: lonindexer.pm,v 1.138 2006/02/07 19:46:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1241,6 +1241,7 @@ sub cleanup { if (tied(%hash)){ &Apache::lonnet::logthis('Cleanup indexer: hash'); } + return OK; }