Index: openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 8 May 2018 22:37:18 -0000 1.17 +++ openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 11 Jun 2018 15:13:37 -0000 1.18 @@ -937,9 +937,9 @@ Write the content of some revision to multiple publishing roots. - @param db A valid database handle @param url Relative URL of the file to write @param revision_id Write the blob for this revision + @param root_path Use this root path (default empty) @see publish::get_publish_roots @see publish::write_multiple_files @@ -971,8 +971,9 @@ Write a relative URL to the multiple publishing roots. - @param url Relative URL of the file to write - @param text A string of text to be written to the URL + @param url Relative URL of the file to write + @param text A string of text to be written to the URL + @param root_path Use this root path (default empty) @see template::util::write_file @see publish::get_publish_roots