Index: openacs-4/packages/ams/www/object-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/object-postgresql.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/ams/www/object-postgresql.xql 30 Oct 2004 00:27:00 -0000 1.1 @@ -0,0 +1,25 @@ + + + + postgresql7.1 + + + + update contact_attribute_object_map set sort_order = '-1' where object_id = :object_id + + + + + + select attribute_id from contact_attribute_object_map where object_id = :object_id + + + + + + update contact_attribute_object_map set sort_order = :sort_order_temp where object_id = :object_id and attribute_id = :attribute_id + + + + +