Index: openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql 9 Aug 2002 20:56:32 -0000 1.3 +++ openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql 30 Sep 2003 13:11:41 -0000 1.4 @@ -27,49 +27,49 @@ -- drop the methods of this interface -- name method - acs_sc_operation.delete( + acs_sc_operation.del( contract_name => 'profile_provider', operation_name => 'name' ); - acs_sc_msg_type.delete( + acs_sc_msg_type.del( msg_type_name => 'profile_provider.name.InputType' ); - acs_sc_msg_type.delete( + acs_sc_msg_type.del( msg_type_name => 'profile_provider.name.OutputType' ); -- prettyName method - acs_sc_operation.delete( + acs_sc_operation.del( contract_name => 'profile_provider', operation_name => 'prettyName' ); - acs_sc_msg_type.delete( + acs_sc_msg_type.del( msg_type_name => 'profile_provider.prettyName.InputType' ); - acs_sc_msg_type.delete( + acs_sc_msg_type.del( msg_type_name => 'profile_provider.prettyName.OutputType' ); -- render method - acs_sc_operation.delete( + acs_sc_operation.del( contract_name => 'profile_provider', operation_name => 'render' ); - acs_sc_msg_type.delete( + acs_sc_msg_type.del( msg_type_name => 'profile_provider.render.InputType' ); - acs_sc_msg_type.delete( + acs_sc_msg_type.del( msg_type_name => 'profile_provider.render.OutputType' ); -- create the interface - acs_sc_contract.delete( + acs_sc_contract.del( contract_name => 'profile_provider' );