Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-tree-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-communities-tree-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-tree-drop.sql 2 Jul 2002 18:40:08 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-tree-drop.sql 2 Jul 2002 19:53:51 -0000 1.2 @@ -17,5 +17,7 @@ -- drop the dotLRN communities tree model -- @author dan chak (chak@openforce.net) -drop trigger dotlrn_communities_in_tr; -drop trigger dotlrn_community_types_in_tr; +--drop trigger dotlrn_communities_in_tr; +--drop trigger dotlrn_community_types_in_tr; +drop function dotlrn_communities_in_tr(); +drop function dotlrn_community_types_in_tr();