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 -r1.9 -r1.10 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 12 Sep 2002 22:44:31 -0000 1.9 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 16 Sep 2002 11:31:48 -0000 1.10 @@ -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 > interval r.timeout || ' seconds') } { set lastupdate [acs_sc_call RssGenerationSubscriber lastUpdated \ $summary_context_id $impl_name]