Index: openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl 29 Jun 2004 10:17:36 -0000 1.18 +++ openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl 13 Jan 2005 13:55:14 -0000 1.19 @@ -5,13 +5,6 @@ -item_id -revision_id } { - - @param string specifies whether the content should be returned as a string - or (the default) be written to the HTML connection (ola@polyxena.net) - @param item_id the item to write - @param revision_id revision to write - @author Don Baccus (dhogaza@pacifier.com) - Write out the specified content to the current HTML connection or return it to the caller by using the -string flag. Only one of item_id and revision_id should be passed to this procedure. If item_id is @@ -28,6 +21,12 @@ to the user in raw form, but rather ran through the templating system in order to surround the content with decorative HTML. + @param string specifies whether the content should be returned as a string + or (the default) be written to the HTML connection (ola@polyxena.net) + @param item_id the item to write + @param revision_id revision to write + @author Don Baccus (dhogaza@pacifier.com) + } { if { [info exists revision_id] && [info exists item_id] } {