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.14 -r1.15 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 1 Nov 2003 08:45:39 -0000 1.14 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 24 Feb 2005 13:33:25 -0000 1.15 @@ -45,7 +45,12 @@ ns_log Error "Empty datasource returned from $impl_name for context $summary_context_id in rss_gen_report. Probably because the implementation hasn't been bound." return } - + ns_log notice " +DB -------------------------------------------------------------------------------- +DB DAVE debugging procedure rss_gen_report +DB -------------------------------------------------------------------------------- +DB datasource = '${datasource}' +DB --------------------------------------------------------------------------------" set args "" foreach {name val} $datasource { regsub -all {[\]\[\{\}""\\$]} $val {\\&} val