Index: openacs-4/packages/rss-support/tcl/rss-support-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-support-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/rss-support/tcl/rss-support-procs.tcl 27 Oct 2014 16:41:53 -0000 1.3 +++ openacs-4/packages/rss-support/tcl/rss-support-procs.tcl 7 Aug 2017 23:48:29 -0000 1.4 @@ -99,7 +99,7 @@ -owner $owner] set report_dir [rss_gen_report_dir -subscr_id $subscr_id] # remove generated RSS reports for this subscription - file delete -force $report_dir + file delete -force -- $report_dir package_exec_plsql \ -var_list [list [list subscr_id $subscr_id]] \ rss_gen_subscr del @@ -147,3 +147,9 @@ set impl_id [db_string get_impl_id ""] return [db_string get_subscr_id ""] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: