Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-communities-package-create.sql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-package-create.sql 3 Jul 2002 19:58:07 -0000 1.4 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-package-create.sql 5 Jul 2002 15:26:25 -0000 1.5 @@ -132,7 +132,7 @@ from dotlrn_community_types where community_type = p_community_type; - PERFORM acs_object_type__drop_type(p_community_type); + PERFORM acs_object_type__drop_type(p_community_type, ''f''); return 0; END; ' language 'plpgsql';