Index: openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.xql 24 Feb 2005 14:21:50 -0000 1.2 +++ openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.xql 26 May 2005 10:27:58 -0000 1.3 @@ -46,7 +46,9 @@ update acs_attributes - set pretty_name=:pretty_name,pretty_plural=:pretty_plural + set pretty_name = :pretty_name, + pretty_plural = :pretty_plural, + default_value = :default_value where acs_attributes.attribute_name = :name and acs_attributes.object_type = :object_type