Index: openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql 16 Jun 2003 22:21:02 -0000 1.1 +++ openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql 8 Oct 2003 15:18:09 -0000 1.2 @@ -12,9 +12,10 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'dotlrn_applet', - 'dotlrn_curriculum', - 'dotlrn_curriculum' + impl_contract_name => 'dotlrn_applet', + impl_name => 'dotlrn_curriculum', + impl_pretty_name => 'dotlrn_curriculum', + impl_owner_name => 'dotlrn_curriculum' ); -- add all the hooks