Index: openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-admin-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-admin-portlet-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-admin-portlet-create.sql 16 Jun 2003 22:24:04 -0000 1.1 +++ openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-admin-portlet-create.sql 20 Apr 2004 21:13:11 -0000 1.2 @@ -83,19 +83,12 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'portal_datasource', - 'curriculum_admin_portlet', - 'curriculum_admin_portlet' + impl_contract_name => 'portal_datasource', + impl_name => 'curriculum_admin_portlet', + impl_pretty_name => 'Curriculum Admin Portlet', + impl_owner_name => 'curriculum_admin_portlet' ); -end; -/ -show errors - -declare - foo integer; -begin - -- add all the hooks foo := acs_sc_impl.new_alias ( 'portal_datasource', @@ -153,14 +146,6 @@ 'TCL' ); -end; -/ -show errors - -declare - foo integer; -begin - -- Add the binding acs_sc_binding.new ( contract_name => 'portal_datasource',