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 -r1.30.4.5 -r1.30.4.6 --- openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl 13 Oct 2013 14:25:22 -0000 1.30.4.5 +++ openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl 8 Sep 2014 07:24:35 -0000 1.30.4.6 @@ -308,8 +308,8 @@ } { @param image_sql Optional SQL to extend the base image type @param other_sql Optional SQL to extend the base content revision type - @mime_type Mime type of the new revision - @revision_id The revision we're setting live + @param mime_type Mime type of the new revision + @param revision_id The revision we're setting live If provided execute the appropriate SQL in the caller's context, then set the given revision live. @@ -334,7 +334,7 @@ } { Return the type registered for this mime type. - @mime_type param The mime type + @param mime_type param The mime type } { return [db_string registered_type_for_mime_type "" -default ""] }