Index: openacs-4/packages/cms/tcl/content-add-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/content-add-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/cms/tcl/content-add-procs.tcl 2 Jul 2001 14:24:21 -0000 1.3 +++ openacs-4/packages/cms/tcl/content-add-procs.tcl 20 Aug 2001 04:35:41 -0000 1.4 @@ -19,7 +19,20 @@ # @param content_type The content type of the item # @param item_id The item id -ad_proc content_add::content_method_html { content_type item_id } { +ad_proc -public content_add::content_method_html { content_type item_id } { + + + @public content_method_html + + Generates HTML stub for revision content method choices for a content item + + @author Michael Pih + + @param db A database handle + @param content_type The content type of the item + @param item_id The item id + +} { set content_method_html ""