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 -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 9 Oct 2001 04:51:57 -0000 1.2 +++ openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 30 Nov 2001 17:42:39 -0000 1.3 @@ -41,6 +41,17 @@ 'TCL' ); + + -- AddAppletToCommunity + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_dotlrn', + 'AddAppletToCommunity', + 'dotlrn_dotlrn::add_applet_to_community', + 'TCL' + ); + + -- RemoveApplet foo := acs_sc_impl.new_alias ( 'dotlrn_applet', @@ -59,6 +70,16 @@ 'TCL' ); + + -- AddUserToCommunity + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_dotlrn', + 'AddUserToCommunity', + 'dotlrn_dotlrn::add_user_to_community', + 'TCL' + ); + -- RemoveUser foo := acs_sc_impl.new_alias ( 'dotlrn_applet',