Index: openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 30 Nov 2001 17:42:39 -0000 1.3 +++ openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 25 Feb 2002 14:21:12 -0000 1.4 @@ -89,6 +89,15 @@ 'TCL' ); + -- RemoveUserFromCommunity + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_dotlrn', + 'RemoveUserFromCommunity', + 'dotlrn_dotlrn::remove_user_from_community', + 'TCL' + ); + -- Add the binding acs_sc_binding.new ( contract_name => 'dotlrn_applet',