--- loncom/thesaurus/build_thesaurus_wrapper.sh 2002/07/12 13:39:13 1.2 +++ loncom/thesaurus/build_thesaurus_wrapper.sh 2003/08/05 15:51:37 1.3 @@ -1,3 +1,3 @@ echo 'Building LON-CAPA thesaurus database (this may take a moment).'; -./build_thesaurus_db.pl --badwordfile un_keyword.tab --keywordfile rawkey.txt --outputdb thesaurus.db +./build_thesaurus_db.pl --badwordfile un_keyword.tab --keywordfile rawkey.txt --outputdb thesaurus.db --checkdates echo 'Completed construction of LON-CAPA thesaurus database.';