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.22.2.4 -r1.22.2.5 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 8 Dec 2020 14:27:50 -0000 1.22.2.4 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 22 Feb 2021 16:28:44 -0000 1.22.2.5 @@ -41,7 +41,9 @@ } } -ad_proc -private rss_gen_report subscr_id { +ad_proc -public rss_gen_report { + subscr_id +} { Build a report, write it out, log it. } { set start [clock seconds]