Index: openacs-4/packages/acs-object-management/tcl/attribute-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-object-management/tcl/attribute-procs.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-object-management/tcl/attribute-procs.xql 28 Jul 2009 23:35:09 -0000 1.1 +++ openacs-4/packages/acs-object-management/tcl/attribute-procs.xql 13 Mar 2011 22:56:22 -0000 1.2 @@ -1,6 +1,16 @@ + + + update acs_attributes + set pretty_name = :pretty_name, + pretty_plural = :pretty_plural + where object_type = :object_type + and attribute_name = :attribute_name + + + select attribute_id