--- loncom/metadata_database/searchcat.pl 2013/08/12 16:52:00 1.80 +++ loncom/metadata_database/searchcat.pl 2013/08/22 09:30:21 1.81 @@ -2,7 +2,7 @@ # The LearningOnline Network # searchcat.pl "Search Catalog" batch script # -# $Id: searchcat.pl,v 1.80 2013/08/12 16:52:00 raeburn Exp $ +# $Id: searchcat.pl,v 1.81 2013/08/22 09:30:21 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -75,6 +75,7 @@ use HTML::TokeParser; use GDBM_File; use POSIX qw(strftime mktime); use Mail::Send; +use Apache::loncommon(); use Apache::lonnet();