Index: openacs-4/packages/imsld/www/imsld-content-serve.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/www/imsld-content-serve.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/imsld/www/imsld-content-serve.tcl 10 Jul 2006 13:15:14 -0000 1.4 +++ openacs-4/packages/imsld/www/imsld-content-serve.tcl 13 Jul 2006 13:11:44 -0000 1.5 @@ -380,7 +380,8 @@ prop.datatype, coalesce(ins.value, prop.initial_value) as value, prop.title, - prop.identifier + prop.identifier, + ins.instance_id from imsld_propertiesi prop, imsld_property_instances ins, acs_rels map @@ -401,6 +402,7 @@ set value [lindex $properties_in_group 3] set title [lindex $properties_in_group 4] set identifier [lindex $properties_in_group 5] + set instance_id [lindex $properties_in_group 6] # get the restrictions and translate them to HTML # currently, in HTML we can only deal with the restriction types: length, # maxlength, enumeration and totaldigits.