Index: openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 16 Sep 2002 11:31:48 -0000 1.10 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 8 Oct 2002 07:19:51 -0000 1.10.2.1 @@ -30,7 +30,7 @@ acs_sc_impls i where i.impl_id = r.impl_id and (r.lastbuild is null - or now() - r.lastbuild > interval r.timeout || ' seconds') + or now() - r.lastbuild > cast(r.timeout || ' seconds' as interval)) } { set lastupdate [acs_sc_call RssGenerationSubscriber lastUpdated \ $summary_context_id $impl_name]