Index: openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-drop.sql 14 May 2003 21:06:59 -0000 1.1 +++ openacs-4/packages/survey-portlet/sql/oracle/survey-portlet-drop.sql 30 Sep 2003 13:11:41 -0000 1.2 @@ -43,7 +43,7 @@ end; if ds_id is not null then - portal_datasource.delete(ds_id); + portal_datasource.del(ds_id); end if; end; @@ -101,13 +101,13 @@ ); -- Drop the binding - acs_sc_binding.delete ( + acs_sc_binding.del ( contract_name => 'portal_datasource', impl_name => 'survey_portlet' ); -- drop the impl - foo := acs_sc_impl.delete ( + foo := acs_sc_impl.del ( 'portal_datasource', 'survey_portlet' );