Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -r1.10.2.4 -r1.10.2.5 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 26 Oct 2005 15:56:24 -0000 1.10.2.4 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 15 Nov 2005 16:36:41 -0000 1.10.2.5 @@ -219,6 +219,9 @@ # content_type query was unsucessful, item does not exist return 0 } + if {[string equal "content_folder" $content_type]} { + return [db_0or1row get_item_folder "" -column_array local_array] + } set table_name [db_string get_table_name "select table_name from acs_object_types where object_type=:content_type"] set table_name "${table_name}x" # get attributes of the content_item use the content_typex view