Index: openacs-4/packages/calendar-portlet/sql/oracle/calendar-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/sql/oracle/calendar-portlet-create.sql,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/calendar-portlet/sql/oracle/calendar-portlet-create.sql 9 Aug 2002 18:39:31 -0000 1.20 +++ openacs-4/packages/calendar-portlet/sql/oracle/calendar-portlet-create.sql 17 Sep 2003 13:59:12 -0000 1.21 @@ -139,9 +139,9 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'portal_datasource', - 'calendar_portlet', - 'calendar_portlet' + impl_contract_name => 'portal_datasource', + impl_name => 'calendar_portlet', + impl_owner_name => 'calendar_portlet' ); end;