Index: openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-create.sql 30 Oct 2002 16:07:31 -0000 1.1 +++ openacs-4/packages/rss-support/sql/oracle/rss-generation-sc-create.sql 17 May 2003 11:17:47 -0000 1.2 @@ -22,7 +22,7 @@ foo := acs_sc_operation.new( contract_name => 'RssGenerationSubscriber', - operation_name => 'Datasource', + operation_name => 'datasource', operation_desc => 'Data Source', operation_iscachable_p => 'f', operation_nargs => 1, @@ -42,7 +42,7 @@ foo := acs_sc_operation.new( contract_name => 'RssGenerationSubscriber', - operation_name => 'LastUpdated', + operation_name => 'lastUpdated', operation_desc => 'Last Updated', operation_iscachable_p => 'f', operation_nargs => 1, @@ -52,4 +52,4 @@ end; / -show errors \ No newline at end of file +show errors