Index: openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-create.sql 14 May 2003 21:06:59 -0000 1.1 +++ openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-create.sql 17 Sep 2003 14:48:17 -0000 1.2 @@ -109,9 +109,9 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'portal_datasource', - 'survey_portlet', - 'survey_portlet' + impl_contract_name => 'portal_datasource', + impl_name => 'survey_portlet', + impl_owner_name => 'survey_portlet' ); end;