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.21.2.1 -r1.21.2.2 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 12 Sep 2015 19:00:44 -0000 1.21.2.1 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 20 Oct 2015 08:19:14 -0000 1.21.2.2 @@ -117,8 +117,7 @@ subscription with subscr_id or impl_name + summary_context_id provided. If the assert flag is set, create the directory. } { - if {!([info exists summary_context_id] && \ - [info exists impl_name])} { + if {!([info exists summary_context_id] && [info exists impl_name]) } { if {![info exists subscr_id]} { error "rss_gen_report_dir needs either subscr_id or impl_id+summary_context_id" } else { @@ -147,8 +146,7 @@ it doesn't exist @return a Unix file path. } { - if {!([info exists summary_context_id] && \ - [info exists impl_name])} { + if {!([info exists summary_context_id] && [info exists impl_name])} { if {![info exists subscr_id]} { error "rss_gen_report_file needs either subscr_id or impl_id+summary_context_id" } else {