Index: openacs-4/packages/dynamic-types/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dynamic-types/tcl/form-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dynamic-types/tcl/form-procs.tcl 14 Aug 2007 20:55:31 -0000 1.16 +++ openacs-4/packages/dynamic-types/tcl/form-procs.tcl 29 Aug 2007 14:58:47 -0000 1.17 @@ -262,7 +262,7 @@ # any passed in storage type and use the one set in the content # item set item_id [item::get_item_from_revision $object_id] - item::get -item_id $item_id -array item + content::item::get -item_id $item_id -array item set cr_storage $item(storage_type) }