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.36 -r1.37 --- openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 27 Sep 2006 14:41:35 -0000 1.36 +++ openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 4 Oct 2006 14:31:13 -0000 1.37 @@ -156,7 +156,8 @@ content::type::attribute::new -content_type imsld_conference_service -attribute_name conference_type -datatype string -pretty_name "#imsld.Conference_Type#" -column_spec "char(12)" content::type::attribute::new -content_type imsld_conference_service -attribute_name imsld_item_id -datatype number -pretty_name "#imsld.Item_Identifier#" -column_spec "integer" content::type::attribute::new -content_type imsld_conference_service -attribute_name manager_id -datatype number -pretty_name "#imsld.Manager_Identifier#" -column_spec "integer" - + content::type::attribute::new -content_type imsld_conference_service -attribute_name moderator_id -datatype number -pretty_name "<#_ Moderator_Identifier #>" -column_spec "integer" + # methods content::type::new -content_type imsld_method -supertype content_revision -pretty_name "#imsld.IMS-LD_Method#" -pretty_plural "#imsld.IMS-LD_Methods#" -table_name imsld_methods -id_column method_id @@ -739,7 +740,7 @@ content::type::attribute::delete -content_type imsld_conference_service -attribute_name conference_type content::type::attribute::delete -content_type imsld_conference_service -attribute_name imsld_item_id content::type::attribute::delete -content_type imsld_conference_service -attribute_name manager_id - + content::type::attribute::delete -content_type imsld_conference_service -attribute_name moderator_id # methods content::type::attribute::delete -content_type imsld_method -attribute_name imsld_id content::type::attribute::delete -content_type imsld_method -attribute_name complete_act_id