Index: openacs-4/packages/acs-content-repository/tcl/item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/item-procs.tcl,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 27 Oct 2014 16:39:12 -0000 1.29 +++ openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 7 Aug 2017 23:47:47 -0000 1.30 @@ -436,7 +436,7 @@ @public get_content_type - Retrieves the content type of tyhe item. If the item does not exist, + Retrieves the content type of the item. If the item does not exist, returns an empty string. @param item_id The item id @@ -692,3 +692,9 @@ ::content::item::delete -item_id $item_id } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: