Index: openacs-4/packages/acs-content-repository/tcl/keyword-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/keyword-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-content-repository/tcl/keyword-procs.tcl 27 Oct 2014 16:39:12 -0000 1.12 +++ openacs-4/packages/acs-content-repository/tcl/keyword-procs.tcl 7 Aug 2017 23:47:47 -0000 1.13 @@ -51,7 +51,7 @@ Update a keyword heading @see content::keyword::set_heading } { - db_exec_plsql set_heading { } + db_exec_plsql set_heading {} } ad_proc -public -deprecated cr::keyword::get_keyword_id { @@ -130,6 +130,8 @@ If parent_id is supplied, only keywords that are children of parent_id are listed. + + @see content::keyword::item_get_assigned } { if {[info exists parent_id]} { @@ -163,3 +165,9 @@ return [content::keyword::get_children -parent_id $parent_id] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: