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.7 -r1.8 --- openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql 9 Aug 2002 18:39:30 -0000 1.7 +++ openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql 11 Sep 2003 08:52:17 -0000 1.8 @@ -27,9 +27,9 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'dotlrn_applet', - 'dotlrn_static', - 'dotlrn_static' + impl_contract_name => 'dotlrn_applet', + impl_name => 'dotlrn_static', + impl_owner_name => 'dotlrn_static' ); -- add all the hooks