Index: openacs-4/packages/rss-support/tcl/rss-generation-service-procs-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-generation-service-procs-postgresql.xql,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/rss-support/tcl/rss-generation-service-procs-postgresql.xql 17 May 2003 11:22:12 -0000 1.2
+++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs-postgresql.xql 15 Nov 2017 11:08:17 -0000 1.3
@@ -21,39 +21,16 @@
-
-
- update rss_gen_subscrs
- set lastbuild = now(),
- last_ttb = :last_ttb $extra_sql
- where subscr_id = :subscr_id
-
-
-
-
select acs_sc_contract__get_id('RssGenerationSubscriber')
-
-
- select impl_id
- from acs_sc_impls i
- where impl_contract_name = 'RssGenerationSubscriber'
- and not exists (select 1
- from acs_sc_bindings b
- where b.impl_id = i.impl_id
- and b.contract_id = :contract_id)
-
-
-
select acs_sc_binding__new($contract_id,$impl_id)
-