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.12 -r1.13 --- openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 15 Aug 2002 18:23:42 -0000 1.12 +++ openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 17 Sep 2003 13:59:12 -0000 1.13 @@ -29,9 +29,9 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'dotlrn_applet', - 'dotlrn_dotlrn', - 'dotlrn_dotlrn' + impl_contract_name => 'dotlrn_applet', + impl_name => 'dotlrn_dotlrn', + impl_owner_name => 'dotlrn_dotlrn' ); -- add all the hooks