Index: openacs-4/packages/imsld/tcl/imsld-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-install-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 21 Jun 2006 11:12:13 -0000 1.27 +++ openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 21 Jun 2006 13:01:34 -0000 1.28 @@ -276,7 +276,7 @@ content::type::attribute::new -content_type imsld_property_value -attribute_name property_id -datatype number -pretty_name "#imsld.Property_Identifier#" -column_spec "integer" content::type::attribute::new -content_type imsld_property_value -attribute_name langstring -datatype string -pretty_name "#imsld.Langstring#" -column_spec "varchar(4000)" - content::type::attribute::new -content_type imsld_property_value -attribute_name calculate_id -datatype number -pretty_name "#imsld.Calulate_Identifier#" -column_spec "integer" + content::type::attribute::new -content_type imsld_property_value -attribute_name expression_xml -datatype number -pretty_name "<#_ Calculate(expression) #>" -column_spec "integer" content::type::attribute::new -content_type imsld_property_value -attribute_name property_value_ref -datatype number -pretty_name "#imsld.Property_Value_Ref#" -column_spec "integer" # complete acts @@ -575,7 +575,7 @@ # property values content::type::attribute::delete -content_type imsld_property_value -attribute_name property_id content::type::attribute::delete -content_type imsld_property_value -attribute_name langstring - content::type::attribute::delete -content_type imsld_property_value -attribute_name calculate_id + content::type::attribute::delete -content_type imsld_property_value -attribute_name expression_xml content::type::attribute::delete -content_type imsld_property_value -attribute_name property_value_ref # complete acts