Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.xql,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.xql 13 Jan 2005 13:55:14 -0000 1.2 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.xql 5 Oct 2005 14:54:19 -0000 1.2.2.1 @@ -23,4 +23,13 @@ and ci.item_id = :item_id + + + + select name + from cr_items + where parent_id = :parent_id + + + \ No newline at end of file