Index: openacs-4/packages/categories/tcl/category-trees-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/category-trees-procs.tcl,v diff -u -N -r1.26.2.1 -r1.26.2.2 --- openacs-4/packages/categories/tcl/category-trees-procs.tcl 10 Sep 2015 08:30:19 -0000 1.26.2.1 +++ openacs-4/packages/categories/tcl/category-trees-procs.tcl 22 Apr 2017 18:20:26 -0000 1.26.2.2 @@ -219,7 +219,7 @@ @param object_id object to get the mapped category trees. @param locale language in which to get the name. [ad_conn locale] used by default. - @return tcl list of lists: tree_id tree_name subtree_category_id + @return Tcl list of lists: tree_id tree_name subtree_category_id assign_single_p require_category_p @author Timo Hentschel (timo@timohentschel.de) } { @@ -235,7 +235,7 @@ Get the category trees mapped to an object. @param object_id object to get the mapped category trees. - @return tcl list of tree_ids + @return Tcl list of tree_ids @author Peter Kreuzinger (peter.kreuzinger@wu-wien.ac.at) } { set result [list] @@ -268,7 +268,7 @@ @param object_id_list list of object to get the mapped category trees. @param locale language in which to get the name. [ad_conn locale] used by default. - @return tcl list of lists: tree_id tree_name subtree_category_id + @return Tcl list of lists: tree_id tree_name subtree_category_id assign_single_p require_category_p widget @author Jade Rubick (jader@bread.com) } { @@ -293,7 +293,7 @@ @option subtree_id Return only categories of the given subtree. @param tree_id category tree to get the categories of. @param locale language in which to get the categories. [ad_conn locale] used by default. - @return tcl list of lists: category_id category_name deprecated_p level + @return Tcl list of lists: category_id category_name deprecated_p level @author Timo Hentschel (timo@timohentschel.de) } { if {[catch {set tree [nsv_get category_trees $tree_id]}]} { @@ -332,7 +332,7 @@ Gets all package instances using a category tree. @param tree_id category tree to get the using packages for. - @return tcl list of lists: package_pretty_plural object_id object_name package_id instance_name read_p + @return Tcl list of lists: package_pretty_plural object_id object_name package_id instance_name read_p @author Timo Hentschel (timo@timohentschel.de) } { set user_id [ad_conn user_id]