Index: openacs-4/packages/acs-service-contract/sql/oracle/sc-sample-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/sql/oracle/sc-sample-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-service-contract/sql/oracle/sc-sample-drop.sql 19 Sep 2001 22:59:01 -0000 1.1 +++ openacs-4/packages/acs-service-contract/sql/oracle/sc-sample-drop.sql 30 Sep 2003 12:10:02 -0000 1.2 @@ -1,21 +1,21 @@ begin - acs_sc_impl.delete( + acs_sc_impl.del( 'ObjectDisplay', -- impl_contract_name 'bboard_message' -- impl_name ); - acs_sc_contract.delete(contract_name=>'ObjectDisplay', + acs_sc_contract.del(contract_name=>'ObjectDisplay', operation_name=>'name'); - acs_sc_msg_type.delete ('ObjectDisplay.Name.InputType'); - acs_sc_msg_type.delete ('ObjectDisplay.Name.OutputType'); + acs_sc_msg_type.del ('ObjectDisplay.Name.InputType'); + acs_sc_msg_type.del ('ObjectDisplay.Name.OutputType'); - acs_sc_msg_type.delete ('ObjectDisplay.Url.InputType'); - acs_sc_msg_type.delete ('ObjectDisplay.Url.OutputType'); + acs_sc_msg_type.del ('ObjectDisplay.Url.InputType'); + acs_sc_msg_type.del ('ObjectDisplay.Url.OutputType'); - acs_sc_msg_type.delete ('ObjectDisplay.SampleHello.InputType'); - acs_sc_msg_type.delete ('ObjectDisplay.SampleHello.OutputType'); + acs_sc_msg_type.del ('ObjectDisplay.SampleHello.InputType'); + acs_sc_msg_type.del ('ObjectDisplay.SampleHello.OutputType');