Index: openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-drop.sql 30 Oct 2002 16:07:31 -0000 1.1 +++ openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-drop.sql 30 Sep 2003 12:10:10 -0000 1.2 @@ -1,20 +1,20 @@ declare begin - acs_sc_operation.delete(contract_name => 'RssGenerationSubscriber',operation_name => 'Datasource'); + acs_sc_operation.del(contract_name => 'RssGenerationSubscriber',operation_name => 'Datasource'); - acs_sc_msg_type.delete(msg_type_name => 'RssGenerationSubscriber.Datasource.InputType'); - acs_sc_msg_type.delete(msg_type_name => 'RssGenerationSubscriber.Datasource.OutputType'); + acs_sc_msg_type.del(msg_type_name => 'RssGenerationSubscriber.Datasource.InputType'); + acs_sc_msg_type.del(msg_type_name => 'RssGenerationSubscriber.Datasource.OutputType'); - acs_sc_operation.delete(contract_name => 'RssGenerationSubscriber',operation_name => 'LastUpdated'); + acs_sc_operation.del(contract_name => 'RssGenerationSubscriber',operation_name => 'LastUpdated'); - acs_sc_msg_type.delete(msg_type_name => 'RssGenerationSubscriber.LastUpdated.InputType'); - acs_sc_msg_type.delete(msg_type_name => 'RssGenerationSubscriber.LastUpdated.OutputType'); + acs_sc_msg_type.del(msg_type_name => 'RssGenerationSubscriber.LastUpdated.InputType'); + acs_sc_msg_type.del(msg_type_name => 'RssGenerationSubscriber.LastUpdated.OutputType'); - acs_sc_contract.delete(contract_name => 'RssGenerationSubscriber'); + acs_sc_contract.del(contract_name => 'RssGenerationSubscriber'); end; / show errors -delete from acs_sc_bindings where contract_id = acs_sc_contract.get_id('RssGenerationSubscriber'); \ No newline at end of file +delete from acs_sc_bindings where contract_id = acs_sc_contract.get_id('RssGenerationSubscriber');