Index: openacs-4/packages/imsld/tcl/imsld-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-procs.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/imsld/tcl/imsld-procs.tcl 1 Feb 2006 12:31:32 -0000 1.22 +++ openacs-4/packages/imsld/tcl/imsld-procs.tcl 1 Feb 2006 15:20:47 -0000 1.23 @@ -1628,7 +1628,8 @@ } set files_urls "" - if { [string eq $resource_type "forum"] || [string eq $resource_type "imsqti_xmlv1p0"] || [string eq $resource_type "imsqti_xmlv1p1"] || [string eq $resource_type "imsqti_item_xmlv2p0"] } { + if { ![string eq $resource_type "webcontent"] } { +###[string eq $resource_type "imsqti_xmlv1p0"] || [string eq $resource_type "imsqti_xmlv1p1"] || [string eq $resource_type "imsqti_item_xmlv2p0"] if { [db_0or1row is_cr_item { select live_revision from cr_items where item_id = :acs_object_id }] } { @@ -1645,9 +1646,9 @@ set file_url [acs_sc::invoke -contract FtsContentProvider -operation url -impl $object_type -call_args [list $acs_object_id]] set image_path [imsld::object_type_image_path -object_type $object_type] append files_urls "\"$object_title\" " - } + } else { - if { [string eq $resource_type "webcontent"] || [string eq $files_urls ""] } { +###[string eq $resource_type "webcontent"] || [string eq $files_urls ""] # Get file-storage root folder_id set fs_package_id [site_node_apm_integration::get_child_package_id \ -package_id [dotlrn_community::get_package_id $community_id] \