Index: openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql 15 Feb 2002 21:10:06 -0000 1.1 +++ openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql 25 Feb 2002 15:08:27 -0000 1.2 @@ -87,6 +87,15 @@ 'TCL' ); + -- RemoveUserFromCommunity + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_static', + 'RemoveUserFromCommunity', + 'dotlrn_static::remove_user_from_community', + 'TCL' + ); + -- Add the binding acs_sc_binding.new ( contract_name => 'dotlrn_applet',