Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 10 Jan 2007 21:22:03 -0000 1.19 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 12 Apr 2007 11:52:35 -0000 1.20 @@ -354,9 +354,11 @@ ad_proc -public content::revision::item_id { -revision_id:required } { - @param revision_id - - @return item_id + Gets the item_id of the item to which the revision belongs. + + @param revision_id The revision id + + @return The item_id of the item to which this revision belongs } { return [db_string item_id {} -default ""] }