Index: openacs-4/packages/glossary/sql/oracle/glossary-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/sql/oracle/glossary-drop.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/glossary/sql/oracle/glossary-drop.sql 25 Oct 2001 01:52:19 -0000 1.3 +++ openacs-4/packages/glossary/sql/oracle/glossary-drop.sql 23 Dec 2001 00:58:58 -0000 1.4 @@ -13,6 +13,7 @@ -- drop the glossary data model drop package glossary; +drop package glossary_term; begin content_folder.unregister_content_type( -100, 'glossary_term', 't');